Test added properties for MathJax

This commit is contained in:
Frederick-S
2018-06-04 20:15:49 +08:00
parent 38e7ac8c43
commit 85c6e0995b

View File

@@ -57,4 +57,11 @@ MathJax.Hub.Config({
"HTML-CSS": { linebreaks: { automatic: true } },
CommonHTML: { linebreaks: { automatic: true } },
SVG: { linebreaks: { automatic: true } }
});
});
MathJax.Hub.Config({
SVG: {
useFontCache: true,
useGlobalCache: true
}
})