react-mathjax
react-mathjax copied to clipboard
React component to display math formulas
Hi, I wanted to use this package, it looked a little out of date so I quickly did up a few changes to make it look better in my linter....
I am trying to render ascii math in my react component, `const mathOptions = { AsciiMath: { useMathMLspacing: true }, tex2jax: { inlineMath: [ ['$', '$'], ['\\(', '\\)'] ] },...
@SamyPesse I updated to the latest preset, and also cleaned up some lint errors. There was nothing under `npm test`, so all I've done is verify that it works with...
I think this will help a lot of folks.
after this one gets merged (https://github.com/SamyPesse/react-mathjax/pull/9) we can merge this
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...