Input
::a b::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Text
value: b
- type: Text
value: ":" A run of three colons in inline position is the :: closer plus a literal :
Input
::a b::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Text
value: b
- type: Text
value: ":"