Skip to content

Commit eb5d0ee

Browse files
authored
Update md-features.md
Test more alert variants.
1 parent c79d783 commit eb5d0ee

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/tests/md-features.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,31 @@ Too many spaces before alert type means not an alert:
341341
> [!TIP]
342342
> Not an alert
343343
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+
344369
## Text Roles
345370
346371
There is no support for in CommonMark for coloring or custom styling of text.

0 commit comments

Comments
 (0)