From ad30544e264a638974ceb5daed0e775c31552c6e Mon Sep 17 00:00:00 2001 From: Tuure Date: Mon, 22 Jul 2024 14:25:29 +0300 Subject: [PATCH] feat(#89): github alert markdown test section --- tests/markdown-additional.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/markdown-additional.md b/tests/markdown-additional.md index 99c16dd6..b3bed8b1 100644 --- a/tests/markdown-additional.md +++ b/tests/markdown-additional.md @@ -32,3 +32,20 @@ Press Ctrl + C to copy, and Ctrl + V ## Custom attributes This paragraph has a red background color.{style=background-color:red} + +## Github alert blockquote + +> [!NOTE] +> Something to take into account + +> [!TIP] +> Did you know you can do this and that + +> [!IMPORTANT] +> Crucial information here + +> [!WARNING] +> Critical content demanding immediate attention + +> [!CAUTION] +> Do not do this and that!