Input
::a b ::c d:: e:: Output AST
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Text
value: "b "
- type: Mark
name: c
children:
- type: Text
value: d
- type: Text
value: " e"