SamyPesse / react-mathjax

React component to display math formulas
Apache License 2.0
95 stars 35 forks source link

MathML input #13

Closed mehdisadeghi closed 5 years ago

mehdisadeghi commented 7 years ago

I want to enter MathML code and have it rendered. I tried to change configuration as described in MathJax website in order to use mml2jax, content-mathml.js and mml3.js however it didn't work. Is it possible to enter MathML instead of TeX?

wooloba commented 5 years ago

Hi, Have you figured a way to solve this problem?

mehdisadeghi commented 5 years ago

@mehdisadeghi I created my own react mathjax component.