Skip to content

Commit

Permalink
Clarifying
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 20, 2024
1 parent 388da11 commit 5789163
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions docs/qcustom-callout-example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 5789163

Please sign in to comment.