You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-quoteepigraph
Alias:
epigraph
pull-quote
The text was updated successfully, but these errors were encountered:
Blockquote
Implementation
Specification compliance:
label, name
(string) - *Label the blockquote to be cross-referenced or explicitlyclass
(string) - CSS classes to add to your blockquote.pull-quote
epigraph
epigraph
pull-quote
The text was updated successfully, but these errors were encountered: