-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.7.2, 3.8, 3.9.1
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
MathJax has released version 3.x, which has problems with the current filter implementation:
Ref:
- https://docs.mathjax.org/en/v3.0-latest/upgrading/v2.html
- https://github.com/mathjax/MathJax/releases
In particular:
- The polyfill JS must be loaded before the MathJax JS
- You no longer call MathJax.Hub.Config(), and this function does not exist in MathJax v3.
- There's probably issues with the startup sequence, signals and queues