mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-27 13:22:53 +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>
|