Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/authoring/callouts.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,17 @@ Callouts provide a simple way to attract attention, for example, to this warning
:::

::: callout-important
## This is Important

Danger, callouts will really improve your writing.
The callout heading is provided by the callout type, with the expected heading (i.e., Note, Warning, Important, Tip, or Caution).
:::

::: callout-tip
## Tip With Title

This is an example of a callout with a title.
This is an example of a callout with a title. Providing a callout heading is optional.
:::

::: {.callout-caution collapse="true"}
## Expand To Learn About Collapse
## Caution: Expand To Learn About Collapse

This is an example of a 'collapsed' caution callout that can be expanded by the user. You can use `collapse="true"` to collapse it by default or `collapse="false"` to make a collapsible callout that is expanded by default.
:::
Expand Down