attrs-bare-key

A bare key token (no = sign) is stored as {key, value=""} — a semantic hint with no value

§6.1

Input

Hello {banner}

Output AST

- type: Paragraph
  children:
    - type: Text
      value: Hello
  attributes:
    - key: banner
      value: ""