Not equal to is not correctly rendered
Opened this issue · 5 comments
When you type neq in guppy editor it is not rendered correctly.
while it should be rendered like
http://latex.codecogs.com/gif.latex?%5Cdpi%7B100%7D%20y%20%5Cneq%200
This appears to be upstream in KaTeX: If you enter \neq
at https://katex.org the same result appears. I don't immediately see an open issue on that project, so you might consider opening one. (In any case, this needs to be fixed, so I'll leave this issue open as a reminder to pull in their fix when that happens.)
I tried in https://katex.org and it is rendering correctly, while in guppy it is not . Attaching images of how it looks in Katex and in guppy
any updates on this?
Looks like this can be fixed by updating the bundled version of KaTeX to 0.10.2.
See
KaTeX/KaTeX#1941 (comment)
KaTeX/KaTeX#1842 (comment)
Edit:
I think the changes required for Guppy can be found here
https://github.com/daniel3735928559/KaTeX