Closed as duplicate of#112
Description
Table
Kind | Link |
---|---|
Reference | https://mystmd.org/guide/directives#directive-table |
Documentation | https://mystmd.org/guide/tables#table-directive |
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 table to be cross-referenced or explicitly linked to. -
enumerated, numbered
(boolean) - Turn on/off the numbering for the specific table -
enumerator, number
(string) - Explicitly set the table 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)
-