Input
``code ## not a comment`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: "code ## not a comment" ## inside CodeInline is literal; CodeInline content wins over comment recognition
Input
``code ## not a comment`` Output AST
- type: Paragraph
children:
- type: CodeInline
value: "code ## not a comment"