SamyPesse / react-mathjax

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

TeX and third-party extensions support #26

Closed wooloba closed 5 years ago

wooloba commented 5 years ago

Does anyone know how to add any extensions(or to config MathJax)? I believe I should put some config code in Provider.js under defaultProps/options. Currently, I made my own copy of code and add extensions in options. Are there any other ways to add extensions?

Thank you