typst-0.9: test/typ/meta/footnote-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Text "A"
, Code
"typ/meta/footnote-01.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "footnote")) [ BlockArg [ Text "A" ] ])
, Space
, HardBreak
, Text "A"
, Space
, Code
"typ/meta/footnote-01.typ"
( line 3 , column 4 )
(FuncCall
(Ident (Identifier "footnote")) [ BlockArg [ Text "A" ] ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
A]),
footnote(body: text(body: [A])),
text(body: [ ]),
linebreak(),
text(body: [A ]),
footnote(body: text(body: [A])),
parbreak() })