From 85c6e0995b38136454ff44483ef6ae7ed54ba548 Mon Sep 17 00:00:00 2001 From: Frederick-S Date: Mon, 4 Jun 2018 20:15:49 +0800 Subject: [PATCH] Test added properties for MathJax --- types/mathjax/mathjax-tests.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 + } +})