Description
List table
Kind | Link |
---|---|
Reference | https://mystmd.org/guide/directives#directive-list-table |
Documentation | https://mystmd.org/guide/tables#list-tables |
Implementation
- Parses directives and aliases
- Emits HTML
- Unit tests
- Validation (emits, warnings and errors).
Specification compliance:
- Argument (parsed) - An optional table caption
- Body (parsed, required)
- Options
-
label, name
(string) - Label the list table to be cross-referenced or explicitly linked to. -
enumerated, numbered
(boolean) - Turn on/off the numbering for the specific list table -
enumerator, number
(string) - Explicitly set the list table number -
header-rows
(number) -
class
(string) - CSS classes to add to your table.
Special classes include:-
full-width
: changes the table environment to cover two columns in LaTeX
-
-
align
(string)
-