typst/tests/typ/text/raw-tabs.typ
2023-08-31 10:06:31 +02:00

12 lines
108 B
Plaintext

// Test tabs in raw code.
---
#set raw(tab-size: 8)
```tsv
Year Month Day
2000 2 3
2001 2 1
2002 3 10
```