Skip to content

Commit 9b3f0e3

Browse files
committed
Merge branch 'feature/ipynb-mathjax-cdn' into next
[SVCS-467] Closes: #277
2 parents e39fd45 + ad138d0 commit 9b3f0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfr/extensions/ipynb/templates/viewer.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
${body | n}
88
</div>
99

10-
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
1111
<script src="/static/js/mfr.js"></script>
1212
<script src="/static/js/mfr.child.js"></script>
1313
<script>

0 commit comments

Comments
 (0)