Skip to content

Commit

Permalink
update KaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Dec 21, 2023
1 parent 46840ad commit 07aa90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/static/editor.md/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3931,8 +3931,8 @@
// 使用国外的CDN,加载速度有时会很慢,或者自定义URL
// You can custom KaTeX load url.
editormd.katexURL = {
css: '//cdn.staticfile.org/KaTeX/0.3.0/katex.min',
js: '//cdn.staticfile.org/KaTeX/0.3.0/katex.min'
css: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min',
js: '//cdn.staticfile.org/KaTeX/0.12.0/katex.min'
}

editormd.kaTeXLoaded = false
Expand Down

0 comments on commit 07aa90a

Please sign in to comment.