Skip to content

Blockquotes

Blockquotes render with a visual left border and indented text.

Syntax

markdown
> This is a blockquote.
> It can span multiple lines.

> Blockquotes can contain **formatted text** and other elements.

How It Renders

  • A vertical line is drawn on the left side of the blockquote
  • Text is indented from the left border
  • Blockquotes can contain inline formatting (bold, italic, code)
  • Nested content within blockquotes is supported

Relevant Options

OptionEffect
blockquote.barColorColor of the left vertical bar
blockquote.barWidthWidth of the left vertical bar
blockquote.paddingLeftSpace between the bar and the text
blockquote.backgroundColorOptional background color behind the blockquote
blockquote.bottomSpacingPrimary space below the blockquote
spacing.afterBlockquoteFallback space below the blockquote
page.defaultFontSizeFont size for blockquote text
page.indentOverall indentation for the blockquote block
font.regularFont used for blockquote text

Try It

Interactive

Try this element in the Playground — paste the syntax above and click Generate PDF.

Released under the MIT License.