escape-list-opener

\- at line start suppresses list marker; line becomes Paragraph

§8.2 · source

Input

\- not a list item

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "- not a list item"