link-cite

[text][@id] produces a Link with kind=cite; @ sigil is consumed

§5.5

Input

[Smith 2024][@smith2024]

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: cite
      target: smith2024
      children:
        - type: Text
          value: Smith 2024