mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🐛 中西文间插入空格影响行级标记符 Fix https://github.com/siyuan-note/siyuan/issues/5308
This commit is contained in:
parent
38a7d48eac
commit
1d10439bbb
6 changed files with 37 additions and 33 deletions
|
|
@ -110,7 +110,7 @@ func GetBlockKramdown(id string) (ret string) {
|
|||
return
|
||||
}
|
||||
|
||||
addBlockIALNodes(tree)
|
||||
addBlockIALNodes(tree, false)
|
||||
node := treenode.GetNodeInTree(tree, id)
|
||||
luteEngine := NewLute()
|
||||
ret, _ = lute.FormatNodeSync(node, luteEngine.ParseOptions, luteEngine.RenderOptions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue