Admonitions allow you to emphasize a fragment of a document or place additional information. To add an admonitions, use the following syntax
!!! note "Title"
ContentIn this example, note is the admonition type and "Title" is the title. The admonition will display all the text that follows this fragment and is separated by 4 space characters.
Possible types of admonitions
Replace !!! with ??? to make a collapsible admonition. The admonition will be collapsed by default, but the user will be able to open them by clicking on the title.
You can make the admonition expanded by default by adding + to ???.
These are possible types of admonitions.