What do I expect: \text\AA to render as Å
What happens: \text\AA generates an error (ParseError: KaTeX parse error: Got function '\r' as argument to '\text' at position 1: \̲r̲ ̲A)
Why does this happen? KaTeX expands macros before processing function arguments
Refs #924