Browse Source

:art: 行级元素支持嵌套和交叉 https://github.com/siyuan-note/siyuan/issues/2911

Liang Ding 2 years ago
parent
commit
b06f074f1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/treenode/node.go

+ 1 - 0
kernel/treenode/node.go

@@ -95,6 +95,7 @@ func NestedInlines2FlattedSpans(tree *parse.Tree) {
 					}
 					}
 				}
 				}
 			} else {
 			} else {
+				span.KramdownIAL = n.Parent.KramdownIAL
 				n.Parent.InsertBefore(span)
 				n.Parent.InsertBefore(span)
 			}
 			}
 		}
 		}