Admonition Containers
Note that some of the below are actually provided by the default theme but we've enumerated them here as well for completeness.
BRAND
This is a brand block.
TIP
This is a tip.
SUCCESS
This is a success!
WARNING
This is a warning.
DANGER
This is a dangerous warning.
Details
This is a details block.
WE CHANGED IT!
All admonition containers can customize their title like this.
The above is achieved with the following markdown:
md
::: brand
This is a brand block.
:::
::: tip
This is a tip.
:::
::: success
This is a success!
:::
::: warning
This is a warning.
:::
::: danger
This is a dangerous warning.
:::
::: details
This is a details block.
:::
::: success WE CHANGED IT!
All admonition containers can customize their title like this.
:::