Admonitions(某种tips)
语法
:::note
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::tip
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::info
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::warning
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::danger
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
效果
note
Some content with Markdown syntax. Check this api.
tip
Some content with Markdown syntax. Check this api.
info
Some content with Markdown syntax. Check this api.
warning
Some content with Markdown syntax. Check this api.
danger
Some content with Markdown syntax. Check this api.