summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorPrefetch2026-08-30 22:09:29 +0200
committerPrefetch2026-08-30 22:09:29 +0200
commit2327d025911357ede2e5ee58e7eab7357a71217d (patch)
treecf00154455542623b62d558a0e95d2445fb8eaa6 /_config.yml
parent7cb1bd307e6d3f1279731bebadbc6f994ed1105a (diff)
Update KaTeX to v0.18.4
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 250ed0c..3b45039 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,7 +11,7 @@ plugins:
kramdown:
math_engine: sskatex
math_engine_opts:
- katex_js: "source/infra/js/katex.min.js"
+ katex_js: "source/infra/js/katex.js"
katex_opts:
macros:
"\\Real": "\\mathop{\\mathrm{Re}}"