aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/typst/show.typ
blob: 3947b66c6166ebe4f8236561b9b01b9c87ce3b12 (plain) (blame)
1
2
3
4
5
6
7
#show heading: it => {
	it
}

#show link: it => {
	underline(it)
}