hugo-typo/layouts/partials/math.html
2024-04-22 13:19:56 +02:00

9 lines
No EOL
258 B
HTML

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']],
inlineMath: [['\\[', '\\]'], ['$', '$']]
}
};
</script>