mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
* Strict setting controls \newline display-mode behavior * Bug-fix space handling in macros Whitespace after a \controlWord is now handled within the lexer, not by the MacroExpander. This way, \\ expanding to \newline doesn't accidentally cause spaces to get consumed. * Rename nonstrict -> reportNonstrict; strictBehavior -> useStrictBehavior * Second category of errorCodes