# Admonition ```````````````````````````````` example ```{unknown} Hi this is **strong** world ``` .
{unknown} Hi

this is **strong** world
```````````````````````````````` ```````````````````````````````` example ``` this is code ``` .
this is code
```````````````````````````````` ```````````````````````````````` example ~~~{note} Warning message ~~~ .

Warning

message

```````````````````````````````` ```````````````````````````````` example ~~~{note} A **strong** title _message_ ~~~ .

A strong title

message

```````````````````````````````` Test with code block. ```````````````````````````````` example ```{note} print() ``` .

Note

print()
```````````````````````````````` Test with no message. ```````````````````````````````` example ~~~{note} Warning ~~~ .

Warning

```````````````````````````````` Test with no ending fence ```````````````````````````````` example ~~~{note} Warning .

Warning

```````````````````````````````` Test with nested admonition ```````````````````````````````` example ~~~~~~~{note} ~~~~~~{warning} ~~~~~{tip} ~~~~{caution} ~~~{hint} ``````{danger} `````{attention} ````{important} ```{error} ``` ```` ````` `````` ~~~ ~~~~ ~~~~~ ~~~~~~ ~~~~~~~ .

Note

Warning

Tip

Caution

Hint

Danger

````{important}
```{error}
```
````
````````````````````````````````