mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-04 05:29:12 +08:00
🎨 数学公式支持设置全局宏定义 https://github.com/siyuan-note/siyuan/issues/5682
This commit is contained in:
parent
bc1db48b10
commit
0959994e73
@ -33,7 +33,7 @@ type Editor struct {
|
|||||||
BlockRefDynamicAnchorTextMaxLen int `json:"blockRefDynamicAnchorTextMaxLen"` // 块引动态锚文本最大长度
|
BlockRefDynamicAnchorTextMaxLen int `json:"blockRefDynamicAnchorTextMaxLen"` // 块引动态锚文本最大长度
|
||||||
PlantUMLServePath string `json:"plantUMLServePath"` // PlantUML 伺服地址
|
PlantUMLServePath string `json:"plantUMLServePath"` // PlantUML 伺服地址
|
||||||
FullWidth bool `json:"fullWidth"` // 是否使用最大宽度
|
FullWidth bool `json:"fullWidth"` // 是否使用最大宽度
|
||||||
KaTexMacros string `json:"kaTexMacros"` // KeTex 宏定义
|
KaTexMacros string `json:"katexMacros"` // KeTex 宏定义
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewEditor() *Editor {
|
func NewEditor() *Editor {
|
||||||
|
Loading…
Reference in New Issue
Block a user