mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141
This commit is contained in:
@@ -267,6 +267,10 @@ func InitConf() {
|
||||
if 0 > Conf.Editor.BackmentionExpandCount {
|
||||
Conf.Editor.BackmentionExpandCount = 0
|
||||
}
|
||||
if nil == Conf.Editor.Markdown {
|
||||
Conf.Editor.Markdown = &util.Markdown{}
|
||||
}
|
||||
util.MarkdownSettings = Conf.Editor.Markdown
|
||||
|
||||
if nil == Conf.Export {
|
||||
Conf.Export = conf.NewExport()
|
||||
|
||||
Reference in New Issue
Block a user