Input
::a::b :::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children: []
- type: Text
value: "b ::::" A run of unmatched colons after a closed Mark is literal text
Input
::a::b :::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children: []
- type: Text
value: "b ::::"