Skip to content

Commit 51930b9

Browse files
committed
Fix the MathJax config was lost in jekyll-compress-html
1 parent 41741dc commit 51930b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/js-selector.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
{% if page.math %}
2525
<!-- MathJax -->
2626
<script>
27-
// see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
27+
/* see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options> */
2828
MathJax = {
2929
tex: {
30-
inlineMath: [ // start/end delimiter pairs for in-line math
30+
inlineMath: [ /* start/end delimiter pairs for in-line math */
3131
['$','$'],
3232
['\\(','\\)']
3333
],
34-
displayMath: [ // start/end delimiter pairs for display math
34+
displayMath: [ /* start/end delimiter pairs for display math */
3535
['$$', '$$'],
3636
['\\[', '\\]']
3737
]

0 commit comments

Comments
 (0)