We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef596f6 commit 7fef0a4Copy full SHA for 7fef0a4
unpacked/extensions/mml2jax.js
@@ -212,5 +212,5 @@ MathJax.Extension.mml2jax = {
212
// - jsMath2jax.js: 8
213
// - asciimath2jax.js, tex2jax.js: 10 (default)
214
// See issues 18 and 484 and the other *2jax.js files.
215
-MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax,5]);
+MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.mml2jax],5);
216
MathJax.Ajax.loadComplete("[MathJax]/extensions/mml2jax.js");
0 commit comments