Table
Introducing theming for tables
Basic table
Basic table require only markdown
header 1 | header 2 | header 3 |
---|---|---|
cell | cell | cell |
cell | cell | cell |
cell | cell | cell |
cell | cell | cell |
cell | cell | cell |
They have light lines colored header.
Double entry table
Double entry table needs a shorcode to wrap in div while keeping markdown rendering.
header 1 | header 2 | header 3 | |
---|---|---|---|
header A | cell A1 | cell | cell |
header B | cell B1 | cell | cell |
header C | cell | cell C2 | cell |
header D | cell | cell D2 | cell |
header E | cell | cell | cell E3 |
header F | cell | cell | cell F3 |
header G | cell | cell | cell |
They also add a first cells as header.