Input
# not a comment
foo # also literal Output AST
- type: Paragraph
children:
- type: Text
value: "# not a commentfoo # also literal" A single # is literal text in all positions; no comment recognition
Input
# not a comment
foo # also literal Output AST
- type: Paragraph
children:
- type: Text
value: "# not a commentfoo # also literal"