From f10d9dd4669f3fb62ccdf1bfc0740a4859bfa578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 3 Sep 2024 23:02:11 +0200 Subject: [PATCH] docs: update markdown example #903 --- exampleSite/content/shortcodes/notice.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md index 8d2458b1e0..b32c9fbcc1 100644 --- a/exampleSite/content/shortcodes/notice.en.md +++ b/exampleSite/content/shortcodes/notice.en.md @@ -17,7 +17,7 @@ While the examples are using shortcodes with named parameter you are free to use {{% tab title="markdown" %}} ````md -> [!NOTE] +> [!primary] There may be pirates > It is all about the boxes. ```` @@ -295,10 +295,10 @@ Just a box > > > [!important] You can even use multiple layers of nesting. ```` -> [!tip] Callouts can have custom titles +> [!caution] Callouts can have custom titles > Like this one. -> [!tip] Title-only callout +> [!caution] Title-only callout > [!note]- Are callouts foldable? > Yes! In a foldable callout, the contents are hidden when the callout is collapsed @@ -306,6 +306,6 @@ Just a box > [!note]+ Are callouts foldable? > Yes! In a foldable callout, the contents are hidden when the callout is collapsed -> [!important] Can callouts be nested? -> > [!note] Yes!, they can. -> > > [!important] You can even use multiple layers of nesting. +> [!blue] Can callouts be nested? +> > [!cyan] Yes!, they can. +> > > [!green] You can even use multiple layers of nesting.