comment-inline-escape

\## writes a literal ## in text; no reflection entry is produced

§2.2 · source

Input

\## not a comment

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "## not a comment"