Davide P. Cervone
Davide P. Cervone
@quoc-ho, as you have found out, the Euler extension replaces the original font's characters with its own. While it would be possible to make an extension that replaces only the...
@ddimmery, glad your local setup now works as well. I have made a PR to try to straighten this all out, and in the future, one will simply add `fontExtensions:...
Thanks for the report. Of course, it is never a good idea to alter the DOM while MathJax is trying to typeset it, so that should really be fixed in...
In v3, the characters needed to make a number of the arrows used by mhchem were not available, and it created those characters using horrible hacks that were unreliable. In...
PS, if you do end up still using the explicit `\rightleftharpoons` rather than ``, then you may want to remove the space just before it in order to get the...
We discussed your issue in the developer meeting last week, and are considering solutions for offering a CJS/ES5 version in addition to the ES6 one. The `@mathjax/src` package includes a...
Oh, I meant to say that changing to ES5 may not be sufficient in any case. MathJax v4 uses some modern CSS features that are probably not available in older...
Hmm, I would have thought that Typescript's down compiling to ES5 would have replaced `Object.hasOwn()`, but apparently not, as it does appear in the es5 compiled js files. I will...
Thank you for your report. You are correct about the source of the issue being in the adaptor's `fontSize()` method. Running MathJax on DOM elements that are not part of...
I've made a PR to fix this.