markup icon indicating copy to clipboard operation
markup copied to clipboard

$-math not properly escaped

Open nschloe opened this issue 9 months ago • 3 comments

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

nschloe avatar Nov 15 '23 15:11 nschloe

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?

Duggi-Niharika-Sai-06 avatar Nov 16 '23 19:11 Duggi-Niharika-Sai-06