Skip to content

Commit c2f6a94

Browse files
committed
Make jsMath2jax run before other preprocessors (use priority 8 rather than default of 10). Resolves issue #298.
1 parent 38ccfc4 commit c2f6a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/jsMath2jax.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unpacked/extensions/jsMath2jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ MathJax.Extension.jsMath2jax = {
9191

9292
};
9393

94-
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.jsMath2jax]);
94+
MathJax.Hub.Register.PreProcessor(["PreProcess",MathJax.Extension.jsMath2jax],8);
9595
MathJax.Ajax.loadComplete("[MathJax]/extensions/jsMath2jax.js");

0 commit comments

Comments
 (0)