mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
- Reorder parser methods and use `Pos` everywhere - Remove tab special handling for columns and adapt heading/list/enum indent handling - Don't panic when a file has an empty path
12 lines
102 B
XML
12 lines
102 B
XML
// Test enums.
|
|
|
|
---
|
|
1. Embrace
|
|
2. Extend
|
|
3. Extinguish
|
|
|
|
---
|
|
1. First.
|
|
2. Second.
|
|
1. Back to first.
|