mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
* Reset to leftmost spacing mode after newline Newlines have class "mspace newline" but shouldn't be fully ignored: they should reset the spacing mode back to "leftmost" so as to not accidentally create trailing spaces at end of lines. Fix #1828. * Update snapshots * Add root detection, and treat newline specially only then Co-authored-by: ylemkimon <mail@ylem.kim>