From a55a3f053dcb5993ee9cf0a97f0f72e92decad5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 6 Sep 2024 08:55:22 +0200 Subject: [PATCH] docs: variance #906 --- exampleSite/content/shortcodes/notice.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md index ce8c15628f..7c19e038da 100644 --- a/exampleSite/content/shortcodes/notice.en.md +++ b/exampleSite/content/shortcodes/notice.en.md @@ -313,7 +313,7 @@ Just a box #### Code with Collapsed Colored Borders ```` -> [!orange] +> [!secondary] > ```c > // With colored border in Markdown syntax > printf( "Hello world\n" ) @@ -327,7 +327,7 @@ printf( "Hello world\n" ) {{%/* /notice */%}} ```` -> [!orange] +> [!secondary] > ```c > // With colored border in Markdown syntax > printf( "Hello world\n" )