mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
10 lines
284 B
HTML
10 lines
284 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>
|