This is a note callout.
Callouts
Docspire supports configurable callouts out of the box. By default, it supports the following callouts:
::: note
This is a note callout.
:::
::: warning
This is a warning callout.
:::
::: tip
This is a tip callout.
:::
::: caution
This is a caution callout.
:::
::: important
This is a important callout.
:::
This is a warning callout.
This is a tip callout.
This is a caution callout.
This is a important callout.
You can nest callouts:
::::: note Parent
Parent content
:::: caution Child { .test }
Child content
::: warning Grandchild { test }
Grandchild content
:::
Child content
::::
Parent content
:::::
Parent
Parent content
Child
Child content
Grandchild
Grandchild content
Child content
Parent content
You can optionally specify a title, which will override the default title. You can even use Markdown in it!
::: warning Here be **dragons**
This is a note callout with a custom title.
:::
Here be dragons
This is a note callout with a custom title.
Callouts can be collapsible, and start off as expanded or collapsed:
::: tip.expandable If you have a floob
Here’s how to turn it into a flab
:::
::: tip.collapsible If you have a floob
Here’s how to turn it into a flab
:::
If you have a floob
Here’s how to turn it into a flab
If you have a floob
Here’s how to turn it into a flab
Modifiers:
::: note.no-title
This is a note without a title.
:::
::: note.no-icon
This is a note without an icon.
:::
::: note.no-title.no-icon
This is a note without a title or an icon.
:::
::: note.large-icon
This is a note
:::
This is a note without a title.
This is a note without an icon.
This is a note without a title or an icon.
This is a note