Skip to content

blockquote directive #6

Closed
@Mpdreamz

Description

@Mpdreamz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    authoringRelates to our markdown parser

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions