Input
::a ::c:::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Mark
name: c
children: [] ::a ::c:::: nests an empty Mark inside a Mark; the trailing :::: is inner closer + outer closer
Input
::a ::c:::: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Mark
name: c
children: []