Input
[{.foo} text](url) Output AST
- type: Paragraph
children:
- type: Link
kind: external
href: url
children:
- type: Text
value: "{.foo} text" Leading {attrs} inside link brackets with no preceding element is orphan — emitted as literal text
Input
[{.foo} text](url) Output AST
- type: Paragraph
children:
- type: Link
kind: external
href: url
children:
- type: Text
value: "{.foo} text"