We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5f7eb commit 65be017Copy full SHA for 65be017
1 file changed
sass/main.scss
@@ -286,6 +286,21 @@ blockquote.markdown-alert-note {
286
background-color: $background;
287
}
288
289
+/* Support portable Markdown notes: > **Note:** ... */
290
+blockquote:has(> p:first-child > strong:first-child) {
291
+ border-left-color: $quote-alert-note-color;
292
+ background-color: $background;
293
+}
294
+
295
+blockquote > p:first-child > strong:first-child {
296
+ color: $quote-alert-note-color;
297
+ font-weight: bold;
298
299
300
+blockquote > p:first-child > strong:first-child::before {
301
+ content: "🔍 ";
302
303
304
blockquote.markdown-alert-tip:before {
305
content: "💡 Tip";
306
font-weight: bold;
0 commit comments