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

@@ -76,4 +76,4 @@
<!-- This must appear after all mathjax-config blocks, so it is after the imports from the other templates.
It can't be run through static.url because MathJax uses crazy url introspection to do lazy loading of
MathJax extension libraries -->
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG"></script>