Input
``\`\`\`x`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: "```x" Inside CodeInline, ` is processed as a literal backtick that does not close the span; lets authors embed multi-backtick content (motivating case)
Input
``\`\`\`x`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: "```x"