aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/typst/call.typ
blob: f0a64c97ac040260a9703f06ded50a0da858c7fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#foo(
	arg1,
	arg2,
)

#bar[
	content here
]

#baz(
	inner(
		nested,
	),
)