code-inline-escape-backslash

Inside CodeInline, \ is NOT an escape — both backslashes are emitted literally. Only ` is escaped.

§5.6

Input

``a\\b``

Output AST

- type: Paragraph
  children:
    - type: CodeInline
      value: a\\b