We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41741dc commit 51930b9Copy full SHA for 51930b9
_includes/js-selector.html
@@ -24,14 +24,14 @@
24
{% if page.math %}
25
<!-- MathJax -->
26
<script>
27
- // see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
+ /* see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options> */
28
MathJax = {
29
tex: {
30
- inlineMath: [ // start/end delimiter pairs for in-line math
+ inlineMath: [ /* start/end delimiter pairs for in-line math */
31
['$','$'],
32
['\\(','\\)']
33
],
34
- displayMath: [ // start/end delimiter pairs for display math
+ displayMath: [ /* start/end delimiter pairs for display math */
35
['$$', '$$'],
36
['\\[', '\\]']
37
]
0 commit comments