fix(v2): expand broken admonitions (#2458)

* fix: expand broken admonitions

* fix: properly format admonitions
This commit is contained in:
Elvis Wolcott 2020-03-25 05:22:03 -05:00 committed by GitHub
parent 27e7fa617d
commit 16a84998da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 10 deletions

View file

@ -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
:::