typst-0.9: test/typ/compiler/show-node-06.out
--- parse tree ---
[ Code
"typ/compiler/show-node-06.typ"
( line 1 , column 2 )
(Show
(Just (Ident (Identifier "heading")))
(Block (Content [ Text "1234" ])))
, SoftBreak
, Heading 1 [ Text "Heading" ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [1234]) })