396 B
396 B
Containers
Use ::: type [title] to create alert boxes or collapsible details.
Supported Types
note,info,tip,warning,caution(Alerts)details(Collapsible)
Syntax
::: type [Optional Title]
Content
:::
Examples
::: tip
This is a tip.
:::
::: warning CAUTION
Custom title for warning.
:::
::: details Click to expand
Hidden content.
:::