github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$-math not properly escaped

nschloe opened this issue · comments

GitHub $-style math is not properly escaped, e.g.,

$$
\{a\}
$$

Output:


$$ {a}\\ a , b\\ a : b\\ a > b\\ a ; b\\ a ! b $$


More examples can be found in the community discussions:

I need to work on open source projects as a part of my university course. I am interested to contribute to this problem.

Can you please assign this to me?