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
page.defaultFontSizeFont size for blockquote text
page.indentIndentation for the blockquote content
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.