Skip to content

Commit 589c456

Browse files
committed
feat: 更换 latex 渲染引擎
1 parent 48c8203 commit 589c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const config: QuartzConfig = {
7272
Plugin.TableOfContents(),
7373
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
7474
Plugin.Description(),
75-
Plugin.Latex({ renderEngine: "katex" }),
75+
Plugin.Latex({ renderEngine: "mathjax" }),
7676
],
7777
filters: [Plugin.RemoveDrafts()],
7878
emitters: [

0 commit comments

Comments
 (0)