packages feed

typst-0.9: test/typ/compiler/show-bare-03.out

--- parse tree ---
[ Code
    "typ/compiler/show-bare-03.typ"
    ( line 1 , column 2 )
    (Show Nothing (Block (Content [ Text "Shown" ])))
, SoftBreak
, Text "Ignored"
, ParBreak
]
--- evaluated ---
document(body: text(body: [Shown]))