Input
::a::b :: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children: []
- type: Text
value: "b ::" A :: with no Mark open is literal text
Input
::a::b :: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children: []
- type: Text
value: "b ::"