mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
Support single characters having a catcode of 13 (active) or 12 (other), and expand a macro defined for the character only if it's active. This enables defining `~` as a macro, but avoiding expansion in URLs. Fix #2924 Co-authored-by: ylemkimon <y@ylem.kim>