Skip to main content
Block quote elements render styled containers with a left border, useful for callouts, quoted text, or highlighted sections. They can contain any other content elements as children.

Basic block quote

Block quotes inherit their default border, background, typography, and indents from defaults.styles.blockquote. Local properties override those defaults.

Properties

The defaults shown above are the built-in fallbacks. Block quotes also respect styles from defaults.styles.blockquote in your document configuration.

Content

The content array accepts the same element types as a flow section — text, headings, lists, images, tables, etc. This makes block quotes flexible containers:

Styling examples

Callout box with background

Box with all borders

Italic centered quote

Custom indent and spacing

Defaults

Configure default styles for all block quotes via defaults.styles.blockquote:

Block quote style properties

You can also configure default spacing for block quotes via defaults.spacing:

Complete example