Input
``a\\b`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: a\\b Inside CodeInline, \ is NOT an escape — both backslashes are emitted literally. Only ` is escaped.
Input
``a\\b`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: a\\b