Use Quarto callouts for styled notes
mainThe project uses Quarto callouts to create visually distinct notes (tips, warnings, etc.) within the documentation. Callouts are defined using the ::: callout-XXX syntax. The type suffix (XXX) determines the icon and color used in the rendered output.
Available callout types:
callout-tip: Green icon/colorcallout-warning: Orange icon/colorcallout-note: Blue icon/colorcallout-important: Red icon/color
To add a caption to a callout, use a ##-level header immediately following the opening syntax.
::: callout-tip
## RStudio
Here's a super handy nifty thing about RStudio specifically.
:::