mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
29 lines
315 B
XML
29 lines
315 B
XML
// Test enumerations.
|
|
|
|
---
|
|
#enum[Embrace][Extend][Extinguish]
|
|
|
|
---
|
|
1. First.
|
|
2. Indented
|
|
|
|
+ Second
|
|
|
|
---
|
|
// Test automatic numbering in summed content.
|
|
#for i in range(5) {
|
|
[+ #numbering("I", 1 + i)]
|
|
}
|
|
|
|
---
|
|
// Mix of different lists
|
|
- Bullet List
|
|
+ Numbered List
|
|
/ Term: List
|
|
|
|
---
|
|
// Edge cases.
|
|
+
|
|
Empty
|
|
+Nope
|