MathJax-demos-web
MathJax-demos-web copied to clipboard
A repository with examples using mathjax-v3
I have copied most of the code from your [repo](https://github.com/mathjax/MathJax-demos-web/blob/master/input-mml2svg.html). I have following code: [fiddle][1] [1]: https://jsfiddle.net/Lbajr6d2/ And following code for rendering mathml formulas: ```js function convert() { var input...
Using tex-svg.js and tex-mml-chtml.js on the same page causes a conflict and this error appears "Uncaught TypeError: MathJax.tex2svgPromise is not a function"
Most modern JS applications are distributed via a single entrypoint bundle generated by webpack, where webpack has been configured to do vendor chunking by default. All the MathJax examples I've...
## Screen reader accessibility I've tested with NVDA+Firefox and have the following comments: ### https://mathjax.github.io/mj3-demos/tex-svg.html - expressions have no description / label, they are read inline as "clickable" by NVDA...