attrs-link-text-orphan

Leading {attrs} inside link brackets with no preceding element is orphan — emitted as literal text

§6.1.4 · source

Input

[{.foo} text](url)

Output AST

- type: Paragraph
  children:
    - type: Link
      kind: external
      href: url
      children:
        - type: Text
          value: "{.foo} text"