diff --git a/types/mathjax/mathjax-tests.ts b/types/mathjax/mathjax-tests.ts index 619a8fc591..755e3bc4bd 100644 --- a/types/mathjax/mathjax-tests.ts +++ b/types/mathjax/mathjax-tests.ts @@ -57,4 +57,11 @@ MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true } }, CommonHTML: { linebreaks: { automatic: true } }, SVG: { linebreaks: { automatic: true } } -}); \ No newline at end of file +}); + +MathJax.Hub.Config({ + SVG: { + useFontCache: true, + useGlobalCache: true + } +})