From 0959994e73e646ce8a89686fd0114b42f177850b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 27 Aug 2022 22:19:42 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=95=B0=E5=AD=A6=E5=85=AC=E5=BC=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=E5=85=A8=E5=B1=80=E5=AE=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/5682?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/editor.go b/kernel/conf/editor.go index 461a78ff9..383a515dd 100644 --- a/kernel/conf/editor.go +++ b/kernel/conf/editor.go @@ -33,7 +33,7 @@ type Editor struct { BlockRefDynamicAnchorTextMaxLen int `json:"blockRefDynamicAnchorTextMaxLen"` // 块引动态锚文本最大长度 PlantUMLServePath string `json:"plantUMLServePath"` // PlantUML 伺服地址 FullWidth bool `json:"fullWidth"` // 是否使用最大宽度 - KaTexMacros string `json:"kaTexMacros"` // KeTex 宏定义 + KaTexMacros string `json:"katexMacros"` // KeTex 宏定义 } func NewEditor() *Editor {