Input
::marker {#here .highlight} Output AST
- type: Paragraph
children:
- type: Span
name: marker
attributes:
- key: id
value: here
- key: class
value:
- highlight Span carries attributes trailing after the name
Input
::marker {#here .highlight} Output AST
- type: Paragraph
children:
- type: Span
name: marker
attributes:
- key: id
value: here
- key: class
value:
- highlight