12 lines
293 B
HTML
12 lines
293 B
HTML
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
displayMath: [
|
|
["\\[", "\\]"],
|
|
["$$", "$$"],
|
|
], // block
|
|
inlineMath: [["\\(", "\\)"]], // inline
|
|
},
|
|
};
|
|
</script>
|