Input
/img.png {.a}{} Output AST
- type: FileRefGroup
group: image
children:
- type: FileRef
path: /img.png
query: ""
fragment: ""
attributes:
- key: class
value:
- a Empty {} as last token is no-op on FileRefGroup; preceding {.a} goes to FileRef
Input
/img.png {.a}{} Output AST
- type: FileRefGroup
group: image
children:
- type: FileRef
path: /img.png
query: ""
fragment: ""
attributes:
- key: class
value:
- a