Skip to content

Commit

Permalink
Merge pull request #414 from sylhare/katex
Browse files Browse the repository at this point in the history
Update KaTeX v0.16.9
  • Loading branch information
sylhare authored Dec 9, 2023
2 parents b249031 + 19c0ee3 commit ff77252
Show file tree
Hide file tree
Showing 6 changed files with 1,423 additions and 1,150 deletions.
4 changes: 2 additions & 2 deletions _includes/default/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
{% endif %}

<!-- KaTeX 0.15.2 -->
<!-- KaTeX 0.16.9 -->
{% if site.katex or site.theme_settings.katex %}
<script defer src="{{ '/assets/js/vendor/katex.min.js' | relative_url }}"></script>
<script defer src="{{ '/assets/js/vendor/auto-render.min.js' | relative_url }}" onload="renderMathInElement(document.body);"></script>
<script defer src="{{ '/assets/js/vendor/katex.auto-render.min.js' | relative_url }}" onload="renderMathInElement(document.body);"></script>
{% endif %}

<!-- Mermaid 9.1.1 -->
Expand Down
Loading

0 comments on commit ff77252

Please sign in to comment.