typst-0.9: test/typ/math/alignment-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ Text " right "
, HardBreak
, Text "a very long line "
, HardBreak
, Text "left "
, HardBreak
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: { text(body: [ right ]),
linebreak(),
text(body: [a very long line ]),
linebreak(),
text(body: [left ]),
linebreak() },
numbering: none),
parbreak() })