React components for MathJax
npm install @nteract/mathjaxThis package contains two main components, and . The component loads MathJax and makes it available to children elements via the React Context API. takes raw text for rendering and uses MathJax to render formatted math.
```
$ yarn add @nteract/mathjax
``
$ npm install --save @nteract/mathjax
The Redux reducer below shows how we can leverage the actions and action types in this package to create a reducer for managing the status of a save event.
`javascript
import MathJax from "@nteract/mathjax";
export default text => {
return (
}
);
};
`
You can view the reference documentation for @nteract/mathjax` in the the examples documentation.
If you experience an issue while using this package or have a feature request, please file an issue on the issue board.