diff options
Diffstat (limited to 'tests/suite/model/list.typ')
| -rw-r--r-- | tests/suite/model/list.typ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/suite/model/list.typ b/tests/suite/model/list.typ index f9275517..46f4621f 100644 --- a/tests/suite/model/list.typ +++ b/tests/suite/model/list.typ @@ -142,6 +142,16 @@ Hello #list(tight: false)[A][B] World +--- list-items-context --- +#context [+ A] +#context [+ B] +#context [+ C] + +--- list-item-styling --- +- Hello +#text(red)[- World] +#text(green)[- What up?] + --- issue-2530-list-item-panic --- // List item (pre-emptive) #list.item[Hello] |
