link-tag

[text][#tag/path] produces a Link with kind=tag; # sigil is consumed

§5.5

Input

[posts][#writing/blog]

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: tag
      target: writing/blog
      children:
        - type: Text
          value: posts