-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
authoringRelates to our markdown parserRelates to our markdown parser
Description
Aside
Asides provide an easy way to represent content that is only indirectly related to the article’s main content. Where supported, MyST will attempt to display an {aside} as close as possible but separately from the main article, such as in the side-margin.
| Kind | Link |
|---|---|
| Reference | https://mystmd.org/guide/directives#directive-aside |
| Documentation | https://mystmd.org/guide/asides |
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 aside to be cross-referenced or explicitly linked -
class(string)
-
- Aliases
-
margin -
sidebar
-
Metadata
Metadata
Assignees
Labels
authoringRelates to our markdown parserRelates to our markdown parser