Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/authoring/callouts.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,17 @@ Using callouts is an effective way to highlight content that your reader give sp

The following formats render callouts as illustrated above:

- HTML
- PDF
- MS Word
- EPUB
- Revealjs (without collapse option)
- `format: html`
- `format: pdf`
- `format: typst`
- `format: docx`
- `format: epub`
- `format: revealjs` (without collapse option)

Note that callout rendering for HTML is not available when you disable the standard HTML theme (e.g. if you specify the `theme: none` option). Also, some features are specific to document using Bootstrap, like collapsible callouts, and won't work in other documents.
Note that callout rendering for `format: html` is not available when you disable the standard HTML theme (e.g. if you specify the `theme: none` option). Also, some features are specific to document using Bootstrap, like collapsible callouts, and won't work in other documents.

When the target format doesn't support callouts, they are rendered as a simple blockquote with the title in bold.

## Cross-References

{{< include _cross-references-callouts.qmd >}}

Cross-referencing callouts is currently only supported for HTML, PDF and MS Word.