diff --git a/README.md b/README.md index 3f7f51e0d5..a712a766f4 100644 --- a/README.md +++ b/README.md @@ -472,41 +472,53 @@ Result ### Admonitions - Warning / Info / Tip / Danger / Tech Preview / Further Guidance +```mdx :::warning Some **content** with _Markdown_ `syntax`. ::: +``` +```mdx :::info Some **content** with _Markdown_ `syntax`. ::: +``` +```mdx :::tip Some **content** with _Markdown_ `syntax`. ::: +``` +```mdx :::danger Some **content** with _Markdown_ `syntax`. ::: +``` +```mdx :::preview Some **content** with _Markdown_ `syntax`. ::: +``` +```mdx :::further Some **content** with _Markdown_ `syntax`. ::: +``` https://docusaurus.io/docs/markdown-features/admonitions