From 756ca26594dcbbecf95b9a54976ecfe553e014a2 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 14 Oct 2025 18:05:49 +0200 Subject: [PATCH 1/2] Cross referencing callouts is now working in all formats. --- docs/authoring/callouts.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/authoring/callouts.qmd b/docs/authoring/callouts.qmd index ae5eb97ff..0bc68f3bd 100644 --- a/docs/authoring/callouts.qmd +++ b/docs/authoring/callouts.qmd @@ -161,5 +161,3 @@ When the target format doesn't support callouts, they are rendered as a simple b ## Cross-References {{< include _cross-references-callouts.qmd >}} - -Cross-referencing callouts is currently only supported for HTML, PDF and MS Word. From 3dc103dcd2833495df09ac427d8268d3ef046be4 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 14 Oct 2025 18:06:22 +0200 Subject: [PATCH 2/2] Add typst among format that support callouts --- docs/authoring/callouts.qmd | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/authoring/callouts.qmd b/docs/authoring/callouts.qmd index 0bc68f3bd..3b0d79049 100644 --- a/docs/authoring/callouts.qmd +++ b/docs/authoring/callouts.qmd @@ -148,13 +148,14 @@ 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) - -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. +- `format: html` +- `format: pdf` +- `format: typst` +- `format: docx` +- `format: epub` +- `format: revealjs` (without collapse option) + +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.