Skip to content

Some symbols in `$`-math not properly escaped

MWE:

$\{a\,b\}$

Output:


\{a,b\}


Screenshot (Nov 15, 2023):

screenshot_2023-11-15-131613

(Comma is incorrect, should be space).

It appears to work with backticked math: \{a\,b\}.