AetherPrior
AetherPrior

Reputation: 105

Is there any way to use MathJax v3 in React?

react-mathjax uses version 2 and I am restricted to use version 3 + Reactjs for my project. Is there any library that can help me or must I do a whole rewrite?

Upvotes: 0

Views: 850

Answers (2)

fast-reflexes
fast-reflexes

Reputation: 5186

You can try a package that I wrote: better-react-mathjax. It is highly configurable and allows using both version 2 and 3.

Upvotes: 1

Davide Cervone
Davide Cervone

Reputation: 12250

The mathjax-react package is based on v3.

Upvotes: 0

Related Questions