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 c79d783 commit eb5d0eeCopy full SHA for eb5d0ee
doc/tests/md-features.md
@@ -341,6 +341,31 @@ Too many spaces before alert type means not an alert:
341
> [!TIP]
342
> Not an alert
343
344
+Nested alerts are not a thing:
345
+
346
+> [!TIP]
347
+> A tip
348
+>
349
+> > [!NOTE]
350
+> > not a nested alert
351
352
+Looks like alerts in lists are not a thing either:
353
354
+1. list item 1
355
356
+ > [!TIP]
357
+ > A tip
358
359
+ Normal, non-alert text.
360
361
+3. list item 2
362
363
+ > A normal quote in a list
364
365
+ Normal, unquoted text.
366
367
+4. list item 3
368
369
## Text Roles
370
371
There is no support for in CommonMark for coloring or custom styling of text.
0 commit comments