Input
| Head A | Head B |
|:-------|-------:| {.green}
| AA | BB | Output AST
- type: Table
kind: pipe
attributes:
- key: class
value:
- green
columns:
- type: Column
align: left
- type: Column
align: right
rows:
- type: Header
children:
- type: Cell
children:
- type: Text
value: Head A
- type: Cell
children:
- type: Text
value: Head B
- type: Row
children:
- type: Cell
children:
- type: Text
value: AA
- type: Cell
children:
- type: Text
value: BB