packages feed

typst-0.9: test/typ/visualize/image-03.out

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