equation-editor-react
equation-editor-react copied to clipboard
Equation editor based on Mathquill for React web apps
How do we know about unsupported symbols in mathquill? Doesn't seem to have a callback function when it's not supported?
mathquill ,Equations with {are not supported, can you add support for equations? How can this be achieved?
Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 3.25.1. Release notes Sourced from rollup's releases. v3.25.1 3.25.1 2023-06-12 Bug Fixes Respect __NO_SIDE_EFFECTS__ for async functions (#5031) Pull Requests #5031: fix: __NO_SIDE_EFFECTS__ annotation for...
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.4 to 3.7.0. Release notes Sourced from jquery's releases. jQuery 3.7.0: Staying in Order https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/ Commits ef18fe9 3.7.0 1a4d87a Tests: Indicate Chrome 112 & Safari 16.4 pass...
Bumps [rollup-plugin-scss](https://github.com/thgh/rollup-plugin-scss) from 2.6.1 to 4.0.0. Release notes Sourced from rollup-plugin-scss's releases. v3.0.0 Added Add insert option @syJSdev Add sourceMap option to enable generation of source map @astappiev Add Yarn...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM...
Does not work with react 18+ without forcing it. npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0" from [email protected]...
**Hi! First I'd like to thank you for this awesome package!** - I want to build an interface where user can edit both EquationEditor input and output code. Here you...