packages feed

typst-0.9: test/typ/layout/page-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/layout/page-01.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "page"))
       [ NormalArg (Literal (String "a11"))
       , KeyValArg (Identifier "flipped") (Literal (Boolean True))
       , KeyValArg (Identifier "fill") (Ident (Identifier "green"))
       , BlockArg []
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 page(body: [a11], 
                      fill: rgb(18%,80%,25%,100%), 
                      flipped: true), 
                 parbreak() })