@@ -11,8 +11,8 @@ GitHub style alerts look like this:
11
11
> [!NOTE]
12
12
> Highlights information that users should take into account, even when skimming.
13
13
.
14
- <div class="alert alert-note">
15
- <p class="alert-title">Note</p>
14
+ <div class="markdown- alert markdown- alert-note">
15
+ <p class="markdown- alert-title">Note</p>
16
16
<p>Highlights information that users should take into account, even when skimming.</p>
17
17
</div>
18
18
````````````````````````````````
@@ -24,8 +24,8 @@ the `[!NOTE]`:
24
24
> [!NOTE]
25
25
> Highlights information that users should take into account, even when skimming.
26
26
.
27
- <div class="alert alert-note">
28
- <p class="alert-title">Note</p>
27
+ <div class="markdown- alert markdown- alert-note">
28
+ <p class="markdown- alert-title">Note</p>
29
29
<p>Highlights information that users should take into account, even when skimming.</p>
30
30
</div>
31
31
````````````````````````````````
@@ -36,8 +36,8 @@ Uppercase isn't required:
36
36
> [!note]
37
37
> Highlights information that users should take into account, even when skimming.
38
38
.
39
- <div class="alert alert-note">
40
- <p class="alert-title">Note</p>
39
+ <div class="markdown- alert markdown- alert-note">
40
+ <p class="markdown- alert-title">Note</p>
41
41
<p>Highlights information that users should take into account, even when skimming.</p>
42
42
</div>
43
43
````````````````````````````````
@@ -51,8 +51,8 @@ Alerts can contain multiple blocks:
51
51
>
52
52
> Paragraph two.
53
53
.
54
- <div class="alert alert-note">
55
- <p class="alert-title">Note</p>
54
+ <div class="markdown- alert markdown- alert-note">
55
+ <p class="markdown- alert-title">Note</p>
56
56
<p>Highlights information that users should take into account, even when skimming.</p>
57
57
<p>Paragraph two.</p>
58
58
</div>
@@ -64,8 +64,8 @@ Other kinds of alerts:
64
64
> [!TIP]
65
65
> Optional information to help a user be more successful.
66
66
.
67
- <div class="alert alert-tip">
68
- <p class="alert-title">Tip</p>
67
+ <div class="markdown- alert markdown- alert-tip">
68
+ <p class="markdown- alert-title">Tip</p>
69
69
<p>Optional information to help a user be more successful.</p>
70
70
</div>
71
71
````````````````````````````````
@@ -74,8 +74,8 @@ Other kinds of alerts:
74
74
> [!IMPORTANT]
75
75
> Crucial information necessary for users to succeed.
76
76
.
77
- <div class="alert alert-important">
78
- <p class="alert-title">Important</p>
77
+ <div class="markdown- alert markdown- alert-important">
78
+ <p class="markdown- alert-title">Important</p>
79
79
<p>Crucial information necessary for users to succeed.</p>
80
80
</div>
81
81
````````````````````````````````
@@ -84,8 +84,8 @@ Other kinds of alerts:
84
84
> [!WARNING]
85
85
> Critical content demanding immediate user attention due to potential risks.
86
86
.
87
- <div class="alert alert-warning">
88
- <p class="alert-title">Warning</p>
87
+ <div class="markdown- alert markdown- alert-warning">
88
+ <p class="markdown- alert-title">Warning</p>
89
89
<p>Critical content demanding immediate user attention due to potential risks.</p>
90
90
</div>
91
91
````````````````````````````````
@@ -94,8 +94,8 @@ Other kinds of alerts:
94
94
> [!CAUTION]
95
95
> Negative potential consequences of an action.
96
96
.
97
- <div class="alert alert-caution">
98
- <p class="alert-title">Caution</p>
97
+ <div class="markdown- alert markdown- alert-caution">
98
+ <p class="markdown- alert-title">Caution</p>
99
99
<p>Negative potential consequences of an action.</p>
100
100
</div>
101
101
````````````````````````````````
@@ -106,8 +106,8 @@ A title can be specified to override the default title:
106
106
> [!NOTE] Pay attention
107
107
> Highlights information that users should take into account, even when skimming.
108
108
.
109
- <div class="alert alert-note">
110
- <p class="alert-title">Pay attention</p>
109
+ <div class="markdown- alert markdown- alert-note">
110
+ <p class="markdown- alert-title">Pay attention</p>
111
111
<p>Highlights information that users should take into account, even when skimming.</p>
112
112
</div>
113
113
````````````````````````````````
@@ -118,8 +118,8 @@ The title does not process markdown and is escaped:
118
118
> [!NOTE] **Pay** attention <script>
119
119
> Highlights information that users should take into account, even when skimming.
120
120
.
121
- <div class="alert alert-note">
122
- <p class="alert-title">**Pay** attention <script></p>
121
+ <div class="markdown- alert markdown- alert-note">
122
+ <p class="markdown- alert-title">**Pay** attention <script></p>
123
123
<p>Highlights information that users should take into account, even when skimming.</p>
124
124
</div>
125
125
````````````````````````````````
@@ -135,8 +135,8 @@ They work in the same places as a normal blockquote would, such as in a list ite
135
135
<ul>
136
136
<li>
137
137
<p>Item one</p>
138
- <div class="alert alert-note">
139
- <p class="alert-title">Note</p>
138
+ <div class="markdown- alert markdown- alert-note">
139
+ <p class="markdown- alert-title">Note</p>
140
140
<p>Highlights information that users should take into account, even when skimming.</p>
141
141
</div>
142
142
</li>
0 commit comments