typst-0.9: test/typ/compiler/show-node-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/show-node-02.typ"
( line 2 , column 2 )
(Show (Just (Ident (Identifier "heading"))) (Literal None))
, ParBreak
, Text "Where"
, Space
, Text "is"
, SoftBreak
, Heading
1
[ Text "There"
, Space
, Text "are"
, Space
, Text "no"
, Space
, Text "headings"
, Space
, Text "around"
, Space
, Text "here!"
]
, SoftBreak
, Text "my"
, Space
, Text "heading?"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
text(body: [Where is
]),
text(body: [my heading?]),
parbreak() })