File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99Support [ GitHub-style alerts] ( https://github.com/orgs/community/discussions/16925 ) for [ markdown-it] ( https://github.com/markdown-it/markdown-it ) .
1010
11- ``` markdown
1211> [ !NOTE]
1312> Highlights information that users should take into account, even when skimming.
1413
@@ -23,22 +22,23 @@ Support [GitHub-style alerts](https://github.com/orgs/community/discussions/1692
2322
2423> [ !CAUTION]
2524> Negative potential consequences of an action.
26- ```
2725
28- > [ !NOTE]
26+ ```
27+ > [!NOTE]
2928> Highlights information that users should take into account, even when skimming.
3029
3130> [!TIP]
3231> Optional information to help a user be more successful.
3332
34- > [ !IMPORTANT]
33+ > [!IMPORTANT]
3534> Crucial information necessary for users to succeed.
3635
37- > [ !WARNING]
36+ > [!WARNING]
3837> Critical content demanding immediate user attention due to potential risks.
3938
4039> [!CAUTION]
4140> Negative potential consequences of an action.
41+ ```
4242
4343## Usage
4444
You can’t perform that action at this time.
0 commit comments