packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/layout/page-00.typ"
    ( line 3 , column 2 )
    (FuncCall (Ident (Identifier "page")) [ BlockArg [] ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 page(body: {  }), 
                 parbreak() })