mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
Enable rendering KaTeX in code block.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity="sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js" integrity="sha256-ExtbCSBuYA7kq1Pz362ibde9nnsHYPt6JxuxYeZbU+c=" crossorigin="anonymous"></script>
|
||||
<script>renderMathInElement(document.body);</script>
|
||||
<script>for (element of document.getElementsByClassName("language-katex")) { renderMathInElement(element); }</script>
|
||||
{{ end }}
|
||||
<script>
|
||||
document.getElementById('main-nav-toggle').addEventListener('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user