-
Notifications
You must be signed in to change notification settings - Fork 29
Labels
authoringRelates to our markdown parserRelates to our markdown parser
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.
-
Metadata
Metadata
Assignees
Labels
authoringRelates to our markdown parserRelates to our markdown parser