mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): expand broken admonitions (#2458)
* fix: expand broken admonitions * fix: properly format admonitions
This commit is contained in:
parent
27e7fa617d
commit
16a84998da
2 changed files with 50 additions and 10 deletions
|
@ -171,12 +171,32 @@ This line is also a separate paragraph, but... This line is only separated by a
|
|||
|
||||
## Admonitions
|
||||
|
||||
:::note This is a note :::
|
||||
:::note
|
||||
|
||||
:::tip This is a tip :::
|
||||
This is a note
|
||||
|
||||
:::important This is important :::
|
||||
:::
|
||||
|
||||
:::caution This is a caution :::
|
||||
:::tip
|
||||
|
||||
:::warning This is a warning :::
|
||||
This is a tip
|
||||
|
||||
:::
|
||||
|
||||
:::important
|
||||
|
||||
This is important
|
||||
|
||||
:::
|
||||
|
||||
:::caution
|
||||
|
||||
This is a caution
|
||||
|
||||
:::
|
||||
|
||||
:::warning
|
||||
|
||||
This is a warning
|
||||
|
||||
:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue