render mathjax in svg by default (TNL-4145)

mathjax preview should be inline by default
This commit is contained in:
Adam Palay
2016-02-22 10:08:55 -05:00
committed by Michael Frey
parent 2cb48742b2
commit c63dcf0dfe
12 changed files with 14 additions and 14 deletions

View File

@@ -91,7 +91,7 @@
// end of Annotation tool files
// externally hosted files
"mathjax": "//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_CHTML&delayStartupUntil=configured", // jshint ignore:line
"mathjax": "//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG&delayStartupUntil=configured", // jshint ignore:line
"youtube": [
// youtube URL does not end in ".js". We add "?noext" to the path so
// that require.js adds the ".js" to the query component of the URL,