link-external

text produces a Link with kind=external and href

§5.5 · source

Input

[click here](https://example.com)

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: external
      href: https://example.com
      children:
        - type: Text
          value: click here