@@ -11,8 +11,8 @@ GitHub style alerts look like this:
1111> [!NOTE]
1212> Highlights information that users should take into account, even when skimming.
1313.
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>
1616<p>Highlights information that users should take into account, even when skimming.</p>
1717</div>
1818````````````````````````````````
@@ -24,8 +24,8 @@ the `[!NOTE]`:
2424> [!NOTE]
2525> Highlights information that users should take into account, even when skimming.
2626.
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>
2929<p>Highlights information that users should take into account, even when skimming.</p>
3030</div>
3131````````````````````````````````
@@ -36,8 +36,8 @@ Uppercase isn't required:
3636> [!note]
3737> Highlights information that users should take into account, even when skimming.
3838.
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>
4141<p>Highlights information that users should take into account, even when skimming.</p>
4242</div>
4343````````````````````````````````
@@ -51,8 +51,8 @@ Alerts can contain multiple blocks:
5151>
5252> Paragraph two.
5353.
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>
5656<p>Highlights information that users should take into account, even when skimming.</p>
5757<p>Paragraph two.</p>
5858</div>
@@ -64,8 +64,8 @@ Other kinds of alerts:
6464> [!TIP]
6565> Optional information to help a user be more successful.
6666.
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>
6969<p>Optional information to help a user be more successful.</p>
7070</div>
7171````````````````````````````````
@@ -74,8 +74,8 @@ Other kinds of alerts:
7474> [!IMPORTANT]
7575> Crucial information necessary for users to succeed.
7676.
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>
7979<p>Crucial information necessary for users to succeed.</p>
8080</div>
8181````````````````````````````````
@@ -84,8 +84,8 @@ Other kinds of alerts:
8484> [!WARNING]
8585> Critical content demanding immediate user attention due to potential risks.
8686.
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>
8989<p>Critical content demanding immediate user attention due to potential risks.</p>
9090</div>
9191````````````````````````````````
@@ -94,8 +94,8 @@ Other kinds of alerts:
9494> [!CAUTION]
9595> Negative potential consequences of an action.
9696.
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>
9999<p>Negative potential consequences of an action.</p>
100100</div>
101101````````````````````````````````
@@ -106,8 +106,8 @@ A title can be specified to override the default title:
106106> [!NOTE] Pay attention
107107> Highlights information that users should take into account, even when skimming.
108108.
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>
111111<p>Highlights information that users should take into account, even when skimming.</p>
112112</div>
113113````````````````````````````````
@@ -118,8 +118,8 @@ The title does not process markdown and is escaped:
118118> [!NOTE] **Pay** attention <script>
119119> Highlights information that users should take into account, even when skimming.
120120.
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>
123123<p>Highlights information that users should take into account, even when skimming.</p>
124124</div>
125125````````````````````````````````
@@ -135,8 +135,8 @@ They work in the same places as a normal blockquote would, such as in a list ite
135135<ul>
136136<li>
137137<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>
140140<p>Highlights information that users should take into account, even when skimming.</p>
141141</div>
142142</li>
0 commit comments