blob: 59a0b2d14ad1883e189f319120117ad2483de18c (
plain)
1
2
3
4
5
6
7
8
9
|
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']],
inlineMath: [['\\[', '\\]'], ['$', '$']]
}
};
</script>
|