packages feed

typst-0.9: test/typ/math/multiline-07.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Text " abc " , MAlignPoint , Text "=" , Text "c" , HardBreak ]
, SoftBreak
, Text "One"
, Space
, Text "trailing"
, Space
, Text "line"
, Space
, Text "break"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { text(body: [ abc ]), 
                                       math.alignpoint(), 
                                       text(body: [=]), 
                                       text(body: [c]), 
                                       linebreak() }, 
                               numbering: none), 
                 text(body: [
One trailing line break.]), 
                 parbreak() })