feat: update katex and mermaid

This commit is contained in:
st1020 2025-01-19 09:47:39 +08:00
parent 58276c5343
commit f3f18d697f
2 changed files with 5 additions and 8 deletions

View file

@ -1,19 +1,16 @@
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.css"
integrity="sha384-3UiQGuEI4TTMaFmGIZumfRPtfKQ3trwQE2JgosJxCnGmQpL/lJdjpcHkaaFwHlcI"
href="https://cdn.jsdelivr.net/npm/katex@0.16/dist/katex.min.css"
crossorigin="anonymous"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.js"
integrity="sha384-G0zcxDFp5LWZtDuRMnBkk3EphCK1lhEf4UEyEM693ka574TZGwo4IWwS6QLzM/2t"
src="https://cdn.jsdelivr.net/npm/katex@0.16/dist/katex.min.js"
crossorigin="anonymous"
></script>
<script
defer
src="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/contrib/auto-render.min.js"
integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05"
src="https://cdn.jsdelivr.net/npm/katex@0.16/dist/contrib/auto-render.min.js"
crossorigin="anonymous"
></script>