packages feed

typst-0.9: test/typ/regression/issue50.out

--- parse tree ---
[ Equation False [ Text "1." ] , ParBreak ]
--- evaluated ---
document(body: { math.equation(block: false, 
                               body: text(body: [1.]), 
                               numbering: none), 
                 parbreak() })