Basic block quote
Use> at the start of each line:
> lines are merged into a single block quote. A blank line (or a line without >) ends the block quote.
Multi-paragraph block quotes
Block quotes can contain multiple paragraphs — separate them with a blank> line:
Inline formatting
Block quote content supports all inline formatting:Styled block quotes
Add properties on the first line using{ key=value } syntax to customize the block quote’s appearance:
Available properties
| Property | Type | Default | Description |
|---|---|---|---|
fontFamily | string | inherited | Font family (e.g., "Georgia") |
fontSize | number | inherited | Font size in pt (6–72) |
fontWeight | normal, bold | normal | Font weight |
fontStyle | normal, italic | normal | Font style |
color | hex color | inherited | Text color (e.g., "#333333") |
align | left, center, right, justify | left | Text alignment |
backgroundColor | hex color | — | Background color (supports alpha: #RRGGBBAA) |
borderWidth | number | 3 | Border width in px (0–20) |
borderColor | hex color | #CCCCCC | Border color |
borderTop | boolean | false | Show top border |
borderBottom | boolean | false | Show bottom border |
borderLeft | boolean | true | Show left border |
borderRight | boolean | false | Show right border |
indentLeft | number | 10 | Left indent in mm (0–100) |
indentRight | number | 0 | Right indent in mm (0–100) |
spacingBefore | number | — | Space before the block quote in pt |
spacingAfter | number | — | Space after the block quote in pt |
Properties are only applied from the first line of the block quote. All subsequent
> lines inherit the same styling.Examples
Callout-style box
Centered italic quote
Box with all borders
Custom indent
Defaults
Configure default styles for block quotes viadefaults.styles.blockquote in your document configuration:
