markup
markup copied to clipboard
$-math not properly escaped
GitHub $-style math is not properly escaped, e.g.,
$$
\{a\}\\
a \, b\\
a \: b\\
a \> b\\
a \; b\\
a \! b
$$
Output:
$$ {a}\ a , b\ a : b\ a > b\ a ; b\ a ! b $$
More examples can be found in the community discussions:
- https://github.com/orgs/community/discussions/16993
- https://github.com/orgs/community/discussions/17143
- https://github.com/orgs/community/discussions/31812
- https://github.com/orgs/community/discussions/46788
- https://github.com/orgs/community/discussions/47295
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?