File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -230,5 +230,10 @@ MathJax.Extension.asciimath2jax = {
230
230
231
231
} ;
232
232
233
+ // We register the preprocessors with the following priorities:
234
+ // - mml2jax.js: 5
235
+ // - jsMath2jax.js: 8
236
+ // - asciimath2jax.js, tex2jax.js: 10 (default)
237
+ // See issues 18 and 484 and the other *2jax.js files.
233
238
MathJax . Hub . Register . PreProcessor ( [ "PreProcess" , MathJax . Extension . asciimath2jax ] ) ;
234
239
MathJax . Ajax . loadComplete ( "[MathJax]/extensions/asciimath2jax.js" ) ;
Original file line number Diff line number Diff line change @@ -93,5 +93,10 @@ MathJax.Extension.jsMath2jax = {
93
93
94
94
} ;
95
95
96
+ // We register the preprocessors with the following priorities:
97
+ // - mml2jax.js: 5
98
+ // - jsMath2jax.js: 8
99
+ // - asciimath2jax.js, tex2jax.js: 10 (default)
100
+ // See issues 18 and 484 and the other *2jax.js files.
96
101
MathJax . Hub . Register . PreProcessor ( [ "PreProcess" , MathJax . Extension . jsMath2jax ] , 8 ) ;
97
102
MathJax . Ajax . loadComplete ( "[MathJax]/extensions/jsMath2jax.js" ) ;
Original file line number Diff line number Diff line change @@ -207,5 +207,10 @@ MathJax.Extension.mml2jax = {
207
207
208
208
} ;
209
209
210
- MathJax . Hub . Register . PreProcessor ( [ "PreProcess" , MathJax . Extension . mml2jax ] ) ;
210
+ // We register the preprocessors with the following priorities:
211
+ // - mml2jax.js: 5
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 ) ;
211
216
MathJax . Ajax . loadComplete ( "[MathJax]/extensions/mml2jax.js" ) ;
Original file line number Diff line number Diff line change @@ -300,5 +300,10 @@ MathJax.Extension.tex2jax = {
300
300
301
301
} ;
302
302
303
+ // We register the preprocessors with the following priorities:
304
+ // - mml2jax.js: 5
305
+ // - jsMath2jax.js: 8
306
+ // - asciimath2jax.js, tex2jax.js: 10 (default)
307
+ // See issues 18 and 484 and the other *2jax.js files.
303
308
MathJax . Hub . Register . PreProcessor ( [ "PreProcess" , MathJax . Extension . tex2jax ] ) ;
304
309
MathJax . Ajax . loadComplete ( "[MathJax]/extensions/tex2jax.js" ) ;
You can’t perform that action at this time.
0 commit comments