diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-08-26 19:17:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 17:17:58 +0000 |
| commit | 4365e18454af4f8f53fe1198182cb5dc8f3d628e (patch) | |
| tree | fe37649cec71b916d5119a033028e3f620247209 /tests/suite/model | |
| parent | cb98eec60924a41889988644e5122d2e13eccbf1 (diff) | |
Improve realization and page layout (#4840)
Diffstat (limited to 'tests/suite/model')
| -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] |
