summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorMichael Färber <01mf02@gmail.com>2025-01-23 13:18:46 +0100
committerGitHub <noreply@github.com>2025-01-23 12:18:46 +0000
commite61cd6fb9e9a90de8d78f05a43246f08feddcf8f (patch)
treeb3f95e4c603ece4d21be1686b82da909ee1e71f0 /tests/suite
parentdda486a412b31acbf767087c748a62ccc6b510b6 (diff)
Support `start` attribute for `enum` in HTML export (#5676)
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/model/enum.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/model/enum.typ b/tests/suite/model/enum.typ
index 258c6f6b..e957ae9e 100644
--- a/tests/suite/model/enum.typ
+++ b/tests/suite/model/enum.typ
@@ -101,6 +101,13 @@ a + 0.
[Red], [Green], [Blue], [Red],
)
+--- enum-start html ---
+#enum(
+ start: 3,
+ [Skipping],
+ [Ahead],
+)
+
--- enum-numbering-closure-nested ---
// Test numbering with closure and nested lists.
#set enum(numbering: n => super[#n])