Skip to content

Commit 59358b2

Browse files
chore: enable MathJax
1 parent 243f004 commit 59358b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<script>
2+
MathJax = {
3+
tex: {
4+
inlineMath: [['$', '$'], ['\\(', '\\)']]
5+
},
6+
"HTML-CSS": {
7+
linebreaks: { automatic: true }
8+
},
9+
svg: {
10+
fontCache: 'global',
11+
linebreaks: { automatic: true },
12+
}
13+
};
14+
</script>
15+
16+
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
17+
</script>

0 commit comments

Comments
 (0)