From 959b92763df7e739150bd92b387b7f7d97a70b4b Mon Sep 17 00:00:00 2001 From: dtujmer Date: Mon, 26 Aug 2024 18:20:19 +0200 Subject: [PATCH] chore: update README.md (admonitions) (#3712) * Place admonitions in code blocks * Add missing newline --------- Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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