Input
Hello ::marker world Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Span
name: marker
- type: Text
value: " world" ::name produces an empty Span with the given name
Input
Hello ::marker world Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Span
name: marker
- type: Text
value: " world"