usage¶
Admonitions can by styled by applying the class of the chosen style
::::::{admonition} The one with the custom titles
:class: admonition
It's got a certain charm to it. (admonition)
::::::
admonition¶
topic¶
:class: topic
important¶
:class: important
danger¶
:class: danger
error¶
:class: error
caution¶
:class: caution
attention¶
:class: attention
note¶
Note works in combination with a topic like so
::::::{topic} This is a topic
:class: note
This is a topic
::::::