From 57891639cf1ee85e09d817ccc1f88f77c8fda4f4 Mon Sep 17 00:00:00 2001 From: "james.balamuta@gmail.com" Date: Sun, 20 Oct 2024 15:42:43 -0700 Subject: [PATCH] Clarifying --- docs/qcustom-callout-example.qmd | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/qcustom-callout-example.qmd b/docs/qcustom-callout-example.qmd index 1dc7348..ea655ff 100644 --- a/docs/qcustom-callout-example.qmd +++ b/docs/qcustom-callout-example.qmd @@ -51,6 +51,10 @@ filters: ## Sample Custom Callouts +The following examples demonstrate the use of custom callouts in Quarto documents using the defined styles in the YAML front matter. + +### Original + :::{.panel-tabset} ### Rendered @@ -83,6 +87,26 @@ Let's do a feature test! ```` ::: +### Title + +:::{.panel-tabset} + +### Rendered + +::: {.todo title="Todo with a Custom Title!"} +Demo of `title="Todo with a Custom Title!"`. +::: + +### Source + +````md +::: {.todo title="Todo with a Custom Title!"} +Demo of `title="Todo with a Custom Title!"`. +::: +```` +::: + + ### Icon :::{.panel-tabset} @@ -148,9 +172,9 @@ Demo of `appearance="minimal"`. ```` ::: -## Official Quarto Callout +## Original Quarto Callout -This section provides examples of the official Quarto callout. +This section provides examples of the built-in [Quarto Callout](https://quarto.org/docs/authoring/callouts.html) for a Note, e.g. `.callout-note`. :::{.panel-tabset}