Blockquote Alerts Module

Module to generate alerts via blockquote, which is much simpler than using shortcodes.

Modulegithub.com/hbstack/blockquote-alerts
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Alerts Syntax

1```markdown
2> [!TYPE]SIGN TITLE
3> body
4```
5
6TYPE = "NOTE" | "TIP" | "IMPORTANT" | "WARNING" | "CAUTION" | "QUESTION"
7SIGN = "+" | "-"

Alerts Examples

Source
 1> [!NOTE]
 2> Useful information that users should know, even when skimming content.
 3
 4> [!TIP]
 5> Helpful advice for doing things better or more easily.
 6
 7> [!IMPORTANT]
 8> Key information users need to know to achieve their goal.
 9
10> [!WARNING]
11> Urgent info that needs immediate user attention to avoid problems.
12
13> [!CAUTION]
14> Advises about risks or negative outcomes of certain actions.
15
16> [!QUESTION]+ Can alerts be foldable?
17> Yes, they can, you just need to append the `+` or `-` sign to the type.
18>
19> Click the heading to preview.
Result
razonyang
Monday, September 16, 2024 Thursday, September 5, 2024