mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
529547f857
commit
15bcabcc9e
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ func renderBlockDOMByNode(node *ast.Node, luteEngine *lute.Lute) string {
|
|||
blockRenderer.Options.ProtyleContenteditable = false
|
||||
ast.Walk(node, func(n *ast.Node, entering bool) ast.WalkStatus {
|
||||
if entering {
|
||||
// 内容图中不需要渲染数据库角标 https://github.com/siyuan-note/siyuan/issues/15057
|
||||
ial := parse.IAL2Map(n.KramdownIAL)
|
||||
delete(ial, av.NodeAttrNameAvs)
|
||||
n.KramdownIAL = parse.Map2IAL(ial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue