summaryrefslogtreecommitdiff
path: root/tests/suite/model/list.typ
diff options
context:
space:
mode:
authorwznmickey <first@wznmickey.com>2025-01-23 07:52:20 -0500
committerGitHub <noreply@github.com>2025-01-23 12:52:20 +0000
commitce299d5832095013bbcf2baef38552df6d2fc21b (patch)
tree3a4cc76cebd51ebc58bf88a5b572cb0c576c6084 /tests/suite/model/list.typ
parent58dbbd48fe415c5a345fb1665aab478a03b5df82 (diff)
Support syntactically directly nested list, enum, and term list (#5728)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/model/list.typ')
-rw-r--r--tests/suite/model/list.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/model/list.typ b/tests/suite/model/list.typ
index b3d9a830..96ddf3c1 100644
--- a/tests/suite/model/list.typ
+++ b/tests/suite/model/list.typ
@@ -276,3 +276,11 @@ World
- h
#align(right)[- i]
- j
+
+--- issue-5719-list-nested ---
+// Lists can be immediately nested.
+- A
+- - B
+ - C
+- = D
+ E