s-crypt
2024-02-19 739c2e2cc8db456514f81def7fa8c519656fdaa7
quartz/plugins/transformers/latex.ts
@@ -26,12 +26,12 @@
        return {
          css: [
            // base css
            "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css",
            "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.css",
          ],
          js: [
            {
              // fix copy behaviour: https://github.com/KaTeX/KaTeX/blob/main/contrib/copy-tex/README.md
              src: "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/copy-tex.min.js",
              src: "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/copy-tex.min.js",
              loadTime: "afterDOMReady",
              contentType: "external",
            },