Jwrede / Anki-KaTeX-Markdown

Creates a new Basic and a new Cloze Note Type that support Markdown and KaTeX
74 stars 5 forks source link

"\\" in Katex parsed wrongly? #4

Closed icearchimage closed 3 years ago

icearchimage commented 3 years ago

If the code of a Math expression containing a \\ symbol, it does not render. I noticed the \\ becoming a line break. image

If the \\ is removed, it works fine. image

Jwrede commented 3 years ago

The reason why there are so many parsing problems like this one is that Anki modifies the text fields quite heavily and I have to predict all of them, thats why you'll probably see some more of them, thats why I appreciate every single problem you find :D

I think i fixed it in the latest version, please let me know if it works for you now!

icearchimage commented 3 years ago

It works now, thanks!

Jwrede commented 3 years ago

Please make sure to update again if you get a few problems right now, I uploaded a falsy update 1 or 2 hours ago, should work again now!