Skip to content

Commit 3dc103d

Browse files
committed
Add typst among format that support callouts
1 parent 756ca26 commit 3dc103d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/authoring/callouts.qmd

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,14 @@ 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)
156-
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.
151+
- `format: html`
152+
- `format: pdf`
153+
- `format: typst`
154+
- `format: docx`
155+
- `format: epub`
156+
- `format: revealjs` (without collapse option)
157+
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

0 commit comments

Comments
 (0)