🎨 Support indented code block syntax when importing Markdown https://github.com/siyuan-note/siyuan/issues/14429

This commit is contained in:
Daniel 2025-03-23 14:04:19 +08:00
parent 6d6b8555d0
commit 3a0501a3e5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -87,7 +87,7 @@ func NewStdLute() (ret *lute.Lute) {
ret = lute.New()
ret.SetFootnotes(false)
ret.SetToC(false)
ret.SetIndentCodeBlock(false)
ret.SetIndentCodeBlock(true) // 导入 Markdown 时支持缩进代码块语法 Support indented code block syntax when importing Markdown https://github.com/siyuan-note/siyuan/issues/14429
ret.SetAutoSpace(false)
ret.SetHeadingID(false)
ret.SetSetext(false)