mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
12 lines
108 B
Typst
12 lines
108 B
Typst
// Test tabs in raw code.
|
|
|
|
---
|
|
#set raw(tab-size: 8)
|
|
|
|
```tsv
|
|
Year Month Day
|
|
2000 2 3
|
|
2001 2 1
|
|
2002 3 10
|
|
```
|