escape-mathblock-opener

\$$$ at line start suppresses MathBlock opener; line becomes Paragraph

§8.2 · source

Input

\$$$
x^2

Output AST

- type: Paragraph
  children:
    - type: Text
      value: $$$x^2