packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/visualize/image-05.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "image"))
       [ NormalArg (Literal (String "/assets/files/pattern.svg")) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 image(source: "/assets/files/pattern.svg"), 
                 parbreak() })