We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143528d commit 6946990Copy full SHA for 6946990
_includes/head.html
@@ -66,4 +66,5 @@
66
67
{% include fonts.html %}
68
{% include google_analytics.html %}
69
+ {% include mathjax.html %}
70
</head>
_includes/mathjax.html
@@ -0,0 +1,19 @@
1
+<script>
2
+ MathJax = {
3
+ tex: {
4
+ inlineMath: [
5
+ ["$", "$"],
6
+ ["\\(", "\\)"],
7
+ ],
8
+ },
9
+ svg: {
10
+ fontCache: "global",
11
12
+ };
13
+</script>
14
+<script
15
+ type="text/javascript"
16
+ id="MathJax-script"
17
+ async
18
+ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"
19
+></script>
0 commit comments