Input
| AA | **BB** {.a}{.b}{.c} Diagnostics
[] Output AST
- type: Table
kind: pipe
rows:
- type: Row
children:
- type: Cell
children:
- type: Text
value: AA
- type: Cell
children:
- type: Strong
children:
- type: Text
value: BB
attributes:
- key: class
value:
- a
attributes:
- key: class
value:
- b
attributes:
- key: class
value:
- c