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 9df68e7 commit 7c4255fCopy full SHA for 7c4255f
layouts/partials/math.html
@@ -0,0 +1,11 @@
1
+{{/* See <https://gohugo.io/content-management/mathematics/#step-2>. */}}
2
+
3
+<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
4
+<script>
5
+ MathJax = {
6
+ tex: {
7
+ displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
8
+ inlineMath: [['\\(', '\\)']] // inline
9
+ }
10
+ };
11
+</script>
0 commit comments