The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump katex to 0.16.9 (#772)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

authored by

Aaron Pham and committed by
GitHub
fee3ef9b a29fadb0

+2 -2
+2 -2
quartz/plugins/transformers/latex.ts
··· 26 26 return { 27 27 css: [ 28 28 // base css 29 - "https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css", 29 + "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css", 30 30 ], 31 31 js: [ 32 32 { 33 33 // fix copy behaviour: https://github.com/KaTeX/KaTeX/blob/main/contrib/copy-tex/README.md 34 - src: "https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/contrib/copy-tex.min.js", 34 + src: "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/copy-tex.min.js", 35 35 loadTime: "afterDOMReady", 36 36 contentType: "external", 37 37 },