enable MathJax safe mode

forward-port from IPython 3.2
This commit is contained in:
Min RK 2015-08-13 21:49:37 -07:00
parent d404af9d16
commit 8ef21fc474

View File

@ -3,7 +3,7 @@
{% block stylesheet %}
{% if mathjax_url %}
<script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full&delayStartupUntil=configured" charset="utf-8"></script>
<script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full,Safe&delayStartupUntil=configured" charset="utf-8"></script>
{% endif %}
<script type="text/javascript">
// MathJax disabled, set as null to distingish from *missing* MathJax,