KaTeX
KaTeX copied to clipboard
Skip the jot on the final line in an `align` or `gather` environment
What is the previous behavior before this PR?
The extra spacing added to align and gather environments by #725 was erroneously being added to the final line, causing some awkward spacing below those environments.
What is the new behavior after this PR?
The extra spacing is skipped for the final line. The Gathered and Equation tests are also affected by this, but the positioning there is now more in line with LaTeX.
Fixes #3142
I'm having trouble regenerating those screenshots on my machine, so I'll need some help here, sorry.
This should be good to go now.