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" )