Description
Blockquote
Kind | Link |
---|---|
Reference | https://mystmd.org/guide/directives#directive-blockquote |
Documentation | https://mystmd.org/guide/typography#quotations |
Block quotes are used to indicate that the enclosed content forms an extended quotation. They may be followed by an inscription or attribution formed of a paragraph beginning with --, ---, or an em-dash.
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 blockquote to be cross-referenced or explicitly -
class
(string) - CSS classes to add to your blockquote. - Special classes include:
pull-quote
epigraph
-
- Alias:
-
epigraph
-
pull-quote
-