escape-meta-opener

\~~~ at line start suppresses Meta opener; line becomes Paragraph

§8.2 · source

Input

\~~~yaml
title: x

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "~~~yamltitle: x"