brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

Fix par #2184

Closed brucemiller closed 1 year ago

brucemiller commented 1 year ago

This PR deals more correctly with spaces and ignored chars which shouldn't affect a "blank" line which produces a \par; this should be the case whether they are the normal chars, or chars with catcode changed, or even ^^ encoded chars.

Fixes #2027 Alternative to #2071