Skip to content

Commit 67c8342

Browse files
committed
Load mathjax with its Safe extension
1 parent 50de78e commit 67c8342

File tree

1 file changed

+1
-1
lines changed
  • jupyter_notebook/static/phosphor-notebook

1 file changed

+1
-1
lines changed

jupyter_notebook/static/phosphor-notebook/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="components/codemirror/lib/codemirror.css">
77
<script src="components/marked/marked.min.js"></script>
88
<script src="/static/components/requirejs/require.js"></script>
9-
<script src="/static/components/MathJax/MathJax.js?config=TeX-AMS_HTML-full&delayStartupUntil=configured"></script>
9+
<script src="/static/components/MathJax/MathJax.js?config=TeX-AMS_HTML-full,Safe&delayStartupUntil=configured"></script>
1010
<link href="components/phosphor/dist/phosphor.css" rel="stylesheet" type="text/css">
1111
<!--<link href="build/index.css" rel="stylesheet" type="text/css">-->
1212
<script src="components/phosphor/dist/phosphor.js"></script>

0 commit comments

Comments
 (0)