Typst Fumadocs

Quote

Documentation for the `quote` function.

Displays a quote alongside an optional attribution.

Example

Loading compiler...

By default block quotes are padded left and right by 1em, alignment and padding can be controlled with show rules:

Loading compiler...
#quote(
  block: bool,
  quotes: auto | bool,
  attribution: none | label | content,
  body
) -> content

Parameters

Prop

Type

On this page