mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 19:58:40 +00:00
* \@ifnextchar consumes spaces Fix #2117 by fixing our implementation of \@ifnextchar to match LaTeX's: consuming spaces before checking the next character. See #2117 for details. * Update MacroContextInterface