code-inline-escape-backtick

Inside CodeInline, ` is processed as a literal backtick that does not close the span; lets authors embed multi-backtick content (motivating case)

§5.6 · source

Input

``\`\`\`x``

Output AST

- type: Paragraph
  children:
    - type: CodeInline
      value: "```x"