From 649600bae8a2490154dbf650eb7e868a3399714c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 3 Sep 2024 23:04:49 +0200 Subject: [PATCH] docs: consistency is king #903 --- exampleSite/content/shortcodes/notice.en.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md index b32c9fbcc1..5bca066ba0 100644 --- a/exampleSite/content/shortcodes/notice.en.md +++ b/exampleSite/content/shortcodes/notice.en.md @@ -279,10 +279,10 @@ Just a box #### Markdown Styled Alerts ````go -> [!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 @@ -290,9 +290,9 @@ 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. +> [!info] Can callouts be nested? +> > [!important] Yes!, they can. +> > > [!tip] You can even use multiple layers of nesting. ```` > [!caution] Callouts can have custom titles @@ -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 -> [!blue] Can callouts be nested? -> > [!cyan] Yes!, they can. -> > > [!green] You can even use multiple layers of nesting. +> [!info] Can callouts be nested? +> > [!important] Yes!, they can. +> > > [!tip] You can even use multiple layers of nesting.