packages feed

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

--- parse tree ---
[ Equation True [ MGroup Nothing Nothing [ Text "3" , Text "!" ] ]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: true, 
                               body: { text(body: [3]), 
                                       text(body: [!]) }, 
                               numbering: none), 
                 parbreak() })