🎨 行级元素支持嵌套和交叉 https://github.com/siyuan-note/siyuan/issues/2911
This commit is contained in:
parent
a8bc7a0575
commit
549f50662f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ import (
|
|||
|
||||
// NestedInlines2FlattedSpans 将嵌套的行级节点转换为平铺的文本标记节点。
|
||||
func NestedInlines2FlattedSpans(tree *parse.Tree) {
|
||||
defer logging.Recover()
|
||||
|
||||
var tags []string
|
||||
var unlinks []*ast.Node
|
||||
var span *ast.Node
|
||||
|
|
Loading…
Add table
Reference in a new issue