escape-codeblock-opener

Escaped triple-backtick at line start does not open CodeBlock; residual backticks re-enter inline parsing per §8.2

§8.2 · source

Input

\`\`\` three literal backticks

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "``` three literal backticks"