MathJax-node
MathJax-node copied to clipboard
MathJax for Node
When making the changes for PR #284, I had to change the test file for it, and that got me thinking about the tests for mathjax-node. Currently, the tests like...
From https://github.com/mathjax/MathJax-node/pull/291#issuecomment-279818921 > We do add speakText twice if mml with alttext is the input, which technically isn't necessary. [...] > > A better solution would be nice, i.e., updating...
This is a continuation of #207. We jump through a few hoops to put the (dummy) speech text onto the output. It seems to me this piece could simply move...
[This has been separated from #111. ] If there is sufficient interest, we could enable the PreviewHTML in MathJax-node. The PreviewHTML an HTML/CSS output that's lower-quality (both in terms of...
It took me a while to realise that this repo is for MathJax v2, and that [MathJax-demos-node](https://github.com/mathjax/MathJax-demos-node) is available for MathJax v3. This PR aims to clarify this.
I need to set `background-color` style to SVG element. How can I do it?
command is: ``` cd simple node -r esm tex2svg e^{2} > a.svg ``` the result is  but I want 
I use Mathjax-node release version to parse to svg, and when displaying svg on web, “missing open brace on subscript” error occurs. But when I use Mathjax 2.7.5 to parse...
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...
MathJax 3 is bringing substantial improvement, in particular new extensions that allow using nice LaTeX packages. It would be nice to update this package to support MathJax 3.