blog-public/layouts/partials/custom/head-end.html
2024-10-22 18:13:55 +08:00

12 lines
344 B
HTML

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