link-ref

[text][^id] produces a Link with kind=ref; ^ sigil is consumed

§5.5 · source

Input

[note text][^note-id]

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: ref
      target: note-id
      children:
        - type: Text
          value: note text