Github Flavoured¶
Tables can be written using the standard Github Flavoured Markdown syntax:
| foo | bar | | --- | --- | | baz | bim |
Cells in a column can be aligned using the :
character:
| left | center | right | | :--- | :----: | ----: | | a | b | c |
List Tables¶
```{list-table} This table title :header-rows: 1 :name: example-table * - Training - Validation * - 0 - 5 * - 13720 - 2744 ```