Open
Description
Math
Kind | Link |
---|---|
Reference | https://mystmd.org/guide/directives#directive-math |
Documentation | https://mystmd.org/guide/math#math-directives |
Implementation
- Parses directives and aliases
- Emits HTML
- Unit tests
- Validation (emits, warnings and errors).
Specification compliance:
- Body (string, required)
- Options
-
label, name
(string) - Label the directive to be cross-referenced or explicitly linked to. -
enumerated, numbered
(boolean) - Turn on/off the numbering for the specific math table -
enumerator, number
(string) - Explicitly set the directive number
-