MathJax-src
MathJax-src copied to clipboard
MathJax source code for version 3 and beyond
JSON doesn't support comments
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
It would be nice to optimize the front end for mathjax. That means bundling, optimizing, and distributing different formats (umd, es6, commonjs)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
Refactors the tests directory and parts of the old tests repository. * Moves tests execution to the top level. While this inflates our top-level packages and `package.json` file, it has...
This PR fixes a problem in the LinebreakVisitor object where `malignmark` or `maligngroup` elements (which have no children) cause a "Math output error" due to an attempt to use `childNodes[0]`...
This PR changes the serialization of SVG elements to use XML rather than HTML rules (so that the xml in the `data-semantic-speech` attribute is properly quoted). Resolves issue mathjax/MathJax#3226.
This PR fixes an issue with the handling of the width of characters that are not in the MathJax fonts in SVG mode that could lead to overlapping characters. The...
This PR is for beta.6. The addition of the new TeX packages that load various double-struck fonts has broken the previous separation of input and output jax. There are some...
a while back, i worked on an algebra manipulation tool, **[algebranch](https://github.com/trebor/algebranch)** that used older MathJax. sadly [the prototype](http://algebranch.org) is now way out of date and broken, but it gives you...