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 text produces a Link with kind=external and href
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