Skip to content

Commit 08db5f8

Browse files
committed
Some more config testing.
1 parent a68df0a commit 08db5f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_includes/js-selector.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{% if page.math %}
2525
<!-- MathJax -->
26-
<script>
26+
<script type="text/x-mathjax-config">
2727
// see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
2828
MathJax = {
2929
tex: {
@@ -34,7 +34,8 @@
3434
displayMath: [ // start/end delimiter pairs for display math
3535
['$$', '$$'],
3636
['\\[', '\\]']
37-
]
37+
],
38+
processEscapes: true
3839
}
3940
};
4041
</script>

0 commit comments

Comments
 (0)