Description
Dropdown
Kind | Link |
---|---|
Reference | https://mystmd.org/guide/directives#directive-dropdown |
Documentation | https://mystmd.org/guide/dropdowns-cards-and-tabs#dropdowns |
Implementation
- Parses directives and aliases
- Emits HTML
- Unit tests
- Validation (emits, warnings and errors).
Specification compliance:
- Arguments is parsed
- Body is parsed
- Options
-
label, name
(string) - Label the dropdown to be cross-referenced or explicitly linked to. -
open
(boolean) - When true, the dropdown starts open.
-