Input
Hello ::a:: world Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Mark
name: a
children: []
- type: Text
value: " world" ::name:: produces an empty Mark, preserving the placeholder form
Input
Hello ::a:: world Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Mark
name: a
children: []
- type: Text
value: " world"