typst-0.9: test/typ/meta/footnote-00.out
--- parse tree ---
[ Code
"typ/meta/footnote-00.typ"
( line 1 , column 2 )
(FuncCall
(Ident (Identifier "footnote")) [ BlockArg [ Text "Hi" ] ])
, ParBreak
]
--- evaluated ---
document(body: { footnote(body: text(body: [Hi])),
parbreak() })