better-react-mathjax
better-react-mathjax copied to clipboard
I have dynamic equation content coming from the backend. Sometimes, it is just "The equation you are solving for" "$math content$" and sometimes it is $\\text{Compare} ax^2+bx+c \\text{is a working...
How do i use mathjaxContext within a web component. Problem being i'm not loading mathjax externally
My problem is that **MathJaxContext** is expecting you to load the **src** from a external file. Is there a way currently a to pass mathjaxcontext a already included mathjax object....
I used your this package in my react native application, but after configuring it, I'm getting the error saying Error: Text strings must be rendered within a component I'm not...
 When I use next/link to load a page, the MathJax does not render properly vs. when I reload the page 
There has been discussion around this earlier and now it seems NextJS 13 is supporting serverside components. This makes it more interesting to look into using the MathJax library itself...
Sometimes the below latex renders fine and sometimes the /enclose part errors. By refreshing the page I can make it work or not work sometimes. Do you know what I...
By default the script is downloaded at `https://cdnjs.cloudflare.com/ajax/libs/mathjax/...` without async: **/MathJaxContext/MathJaxContext.js:** ```js function f(t, o) { n && (window.MathJax = n); var e = document.createElement("script"); e.type = "text/javascript", e.src =...
Hello! I'm tring run ssr in exist project laravel+inertia+react(typescript)+MathJax+MathLive. Run SSR by https://inertiajs.com/server-side-rendering. Run "npm run build" without error, but when I started "php artisan inertia:start-ssr", I get error: ```...