escape-special-char

Backslash before special character emits the literal character; backslash is consumed

§8 · source

Input

\*

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "*"