typst-0.9: test/typ/meta/link-09.out
--- parse tree ---
[ Comment
, SoftBreak
, Text "Text"
, Space
, Code "typ/meta/link-09.typ" ( line 2 , column 6 ) (Label "hey")
, SoftBreak
, Code
"typ/meta/link-09.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "link"))
[ NormalArg (Label "hey")
, BlockArg
[ Text "Go" , Space , Text "to" , Space , Text "text" , Text "." ]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
Text ]),
<hey>,
text(body: [
]),
link(body: text(body: [Go to text.]),
dest: <hey>),
parbreak() })