wko27 / react-mathjax

MathJax as React component
MIT License
168 stars 71 forks source link

How can I render Mathjax node in react html renderer #23

Open holycrypto opened 3 years ago

holycrypto commented 3 years ago

If I parse editable content which includes Mathjax code in div‘s dangerouslySetInnerHTML attribute, how can I keep mathjax syntax render correctly ?

holycrypto commented 3 years ago

Also loaded mhchem extension fails, I can see the extension js file in browser, but Mathjax.Node render result is blank.