mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
do not try to fix mathjax URl
This commit is contained in:
parent
59f5b9199d
commit
9a6f282129
@ -3,7 +3,7 @@
|
||||
{% block stylesheet %}
|
||||
|
||||
{% if mathjax_url %}
|
||||
<script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full%26delayStartupUntil=configured" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full&delayStartupUntil=configured" charset="utf-8"></script>
|
||||
{% endif %}
|
||||
<script type="text/javascript">
|
||||
// MathJax disabled, set as null to distingish from *missing* MathJax,
|
||||
|
Loading…
Reference in New Issue
Block a user