mirror of
https://github.com/typst/typst
synced 2025-05-19 03:25:27 +08:00
24 lines
235 B
XML
24 lines
235 B
XML
// Test enums.
|
|
|
|
---
|
|
. Embrace
|
|
. Extend
|
|
. Extinguish
|
|
|
|
---
|
|
1. First.
|
|
2. Second.
|
|
|
|
1. Back to first.
|
|
|
|
---
|
|
2. Second
|
|
1. First
|
|
. Indented
|
|
|
|
---
|
|
// Test automatic numbering in summed templates.
|
|
#for i in range(5) {
|
|
[. #roman(1 + i)]
|
|
}
|