mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Test added properties for MathJax
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user