mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
🎨 Support indented code block syntax when importing Markdown https://github.com/siyuan-note/siyuan/issues/14429
This commit is contained in:
parent
6d6b8555d0
commit
3a0501a3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue