comment-inline-in-codeinline-literal

## inside CodeInline is literal; CodeInline content wins over comment recognition

§2.2 · source

Input

``code ## not a comment``

Output AST

- type: Paragraph
  children:
    - type: CodeInline
      value: "code ## not a comment"