mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Previously the following wouldn't work correctly because "Fourth" would have been a child of "Third". ``` 3. Third ⎵. Fourth ```
17 lines
139 B
XML
17 lines
139 B
XML
// Test enums.
|
|
|
|
---
|
|
1. Embrace
|
|
2. Extend
|
|
3. Extinguish
|
|
|
|
---
|
|
1. First.
|
|
2. Second.
|
|
1. Back to first.
|
|
|
|
---
|
|
2. Second
|
|
. First
|
|
. Indented
|