blob: 91eeb88fd05ab177eadbb18995d6c71a8770fbd2 (
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: [['\\[', '\\]']], // block
inlineMath: [['$$', '$$']] // inline
}
};
</script>
|