Skip to content

Commit 41abd75

Browse files
authored
Merge pull request #1816 from quarto-dev/sync-1813-to-prerelease
2 parents 6103d39 + 48c8a43 commit 41abd75

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/authoring/callouts.qmd

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,17 @@ Using callouts is an effective way to highlight content that your reader give sp
148148

149149
The following formats render callouts as illustrated above:
150150

151-
- HTML
152-
- PDF
153-
- MS Word
154-
- EPUB
155-
- Revealjs (without collapse option)
151+
- `format: html`
152+
- `format: pdf`
153+
- `format: typst`
154+
- `format: docx`
155+
- `format: epub`
156+
- `format: revealjs` (without collapse option)
156157

157-
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.
158+
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.
158159

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

161162
## Cross-References
162163

163164
{{< include _cross-references-callouts.qmd >}}
164-
165-
Cross-referencing callouts is currently only supported for HTML, PDF and MS Word.

0 commit comments

Comments
 (0)