span-attrs

Span carries attributes trailing after the name

§5.10

Input

::marker {#here .highlight}

Output AST

- type: Paragraph
  children:
    - type: Span
      name: marker
      attributes:
        - key: id
          value: here
        - key: class
          value:
            - highlight