mirror of
https://github.com/discourse/discourse-math.git
synced 2025-06-30 11:02:13 +00:00
parent
d7d0180352
commit
cacbd04bb2
@ -18,7 +18,7 @@ function initMathJax(opts) {
|
|||||||
let settings = {
|
let settings = {
|
||||||
jax: ["input/TeX", "input/AsciiMath", "input/MathML", "output/CommonHTML"],
|
jax: ["input/TeX", "input/AsciiMath", "input/MathML", "output/CommonHTML"],
|
||||||
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
|
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
|
||||||
extensions: extensions,
|
extensions,
|
||||||
showProcessingMessages: false,
|
showProcessingMessages: false,
|
||||||
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
|
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user