Input
[note text][^note-id] Output AST
- type: Paragraph
children:
- type: Link
kind: ref
target: note-id
children:
- type: Text
value: note text [text][^id] produces a Link with kind=ref; ^ sigil is consumed
Input
[note text][^note-id] Output AST
- type: Paragraph
children:
- type: Link
kind: ref
target: note-id
children:
- type: Text
value: note text