typst-0.9: test/typ/visualize/image-00.out
--- parse tree ---
[ Comment
, ParBreak
, Comment
, SoftBreak
, Code
"typ/visualize/image-00.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "image"))
[ NormalArg (Literal (String "/assets/files/rhino.png")) ])
, ParBreak
, Comment
, SoftBreak
, Code
"typ/visualize/image-00.typ"
( line 7 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "height") (Literal (Numeric 60.0 Pt)) ])
, SoftBreak
, Code
"typ/visualize/image-00.typ"
( line 8 , column 2 )
(FuncCall
(Ident (Identifier "image"))
[ NormalArg (Literal (String "/assets/files/tiger.jpg")) ])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(),
text(body: [
]),
image(source: "/assets/files/rhino.png"),
parbreak(),
text(body: [
]),
text(body: [
]),
image(source: "/assets/files/tiger.jpg"),
parbreak() })