react-native-mathjax-html-to-svg
react-native-mathjax-html-to-svg copied to clipboard
inline equations overlap html text
Hi, I'm having issues rendering inline equations. Sometimes it works fine, but othertimes it overlaps with html text making it unintelligible.
any guidance of how can I solve this? any workarounds?
Did you found a fix?
not really, but I'm working on it. I will update this thread if something pops up ;)
I would try if you shared html and latex
@webyonet hi! I've written an issue here related to this since I'm using your library along react-native-render-html, but to put things straight, here is my minimal reproducible example: https://github.com/ihojmanb/math-equations-app.
There you will find the html, latex, and the way I'm using the libraries together. I hope that can help clarify the issue.
Hey @ihojmanb thanks for creating that issue on react native render html. I suspect that the problem is from that side. Hopefully we can fix this
@webyonet hi! I've written an issue here related to this since I'm using your library along
react-native-render-html, but to put things straight, here is my minimal reproducible example: https://github.com/ihojmanb/math-equations-app.There you will find the html, latex, and the way I'm using the libraries together. I hope that can help clarify the issue.
hey bro thanks for the rendering engine. really helped a lot with spacing. btw is that the finished rendering component?