mdbook-alerts 0.8.0

mdBook preprocessor to add GitHub Flavored Markdown's Alerts to your book
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Chapter 1

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

> [!TIP]
> Optional information to help a user be more successful.

> [!IMPORTANT]  
> Crucial information necessary for users to succeed.

> [!WARNING]  
> Critical content demanding immediate user attention due to potential risks.

> [!CAUTION]
> Negative potential consequences of an action.