diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 10:38:02 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 10:46:32 -0500 |
commit | 01de7fbfa88af5d8404c931b44524eb9de74aed6 (patch) | |
tree | 7d29bbcc8661209a5a5fdc4e5102a2f9531d02f2 /katex-header.html | |
parent | b4c25f17cd8d75f05123928e47f44dd56275749f (diff) | |
download | acap-01de7fbfa88af5d8404c931b44524eb9de74aed6.tar.xz |
Update dependencies
Diffstat (limited to 'katex-header.html')
-rw-r--r-- | katex-header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/katex-header.html b/katex-header.html index 749d80a..f8ddc02 100644 --- a/katex-header.html +++ b/katex-header.html @@ -1,9 +1,9 @@ <!-- Credit: https://stackoverflow.com/a/54573800 --> <!-- Credit: https://github.com/m-ou-se/rust-horrible-katex-hack/blob/master/src/lib.rs --> -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc" crossorigin="anonymous"> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css" integrity="sha384-zh0CIslj+VczCZtlzBcjt5ppRcsAmDnRem7ESsYwWwg3m/OaJ2l4x7YBZl9Kxxib" crossorigin="anonymous"> -<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.js" integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp" crossorigin="anonymous"></script> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js" integrity="sha384-Rma6DA2IPUwhNxmrB/7S3Tno0YY7sFu9WSYMCuulLhIqYSGZ2gKCJWIqhBWqMQfh" crossorigin="anonymous"></script> <script> document.addEventListener("DOMContentLoaded", () => { |