summaryrefslogtreecommitdiff
path: root/tests/typ/text/raw-tabs.typ
blob: d31326c0ea95fef5932452be35af6a1c876c4df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Test tabs in raw code.

---
#set raw(tab-size: 8)

```tsv
Year	Month	Day
2000	2	3
2001	2	1
2002	3	10
```