link-page

[text][path] without leading sigil produces a Link with kind=page and target

§5.5 · source

Input

[About][about/intro]

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: page
      target: about/intro
      children:
        - type: Text
          value: About