heading-attrs

Last {attrs} token on the heading line is claimed by the Section node

§4.2 · source

Input

= Hello {#h1}

Output AST

- type: Section
  level: 1
  heading:
    - type: Text
      value: Hello
  attributes:
    - key: id
      value: h1