mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 13:58:49 +01:00
🐛 导入 Markdown 文件解析任务列表异常 Fix https://github.com/siyuan-note/siyuan/issues/6842
This commit is contained in:
parent
dede06d20b
commit
4e0d9d6f88
1 changed files with 1 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ func moveTree(tree *parse.Tree) {
|
|||
|
||||
func parseStdMd(markdown []byte) (ret *parse.Tree) {
|
||||
luteEngine := lute.New()
|
||||
luteEngine.SetProtyleWYSIWYG(true)
|
||||
luteEngine.SetFootnotes(false)
|
||||
luteEngine.SetToC(false)
|
||||
luteEngine.SetIndentCodeBlock(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue