escape-heading-opener

\= at line start suppresses heading formation at any level; backslash consumed

§8.2

Input

\== Not a heading

Output AST

- type: Paragraph
  children:
    - type: Text
      value: == Not a heading