# 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
~~~
.
````````````````````````````````
```````````````````````````````` example
~~~{note} A **strong** title
_message_
~~~
.
````````````````````````````````
Test with code block.
```````````````````````````````` example
```{note}
print()
```
.
````````````````````````````````
Test with no message.
```````````````````````````````` example
~~~{note} Warning
~~~
.
````````````````````````````````
Test with no ending fence
```````````````````````````````` example
~~~{note} Warning
.
````````````````````````````````
Test with nested admonition
```````````````````````````````` example
~~~~~~~{note}
~~~~~~{warning}
~~~~~{tip}
~~~~{caution}
~~~{hint}
``````{danger}
`````{attention}
````{important}
```{error}
```
````
`````
``````
~~~
~~~~
~~~~~
~~~~~~
~~~~~~~
.
Note
Warning
Tip
Caution
Hint
Danger
````{important}
```{error}
```
````
````````````````````````````````