mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
♻️ 移除旧版中的行级元素实现代码 https://github.com/siyuan-note/siyuan/issues/6819
This commit is contained in:
parent
fb1c002500
commit
b3599ee150
6 changed files with 4 additions and 24 deletions
|
|
@ -126,8 +126,6 @@ func NodeStaticContent(node *ast.Node) string {
|
|||
}
|
||||
|
||||
switch n.Type {
|
||||
case ast.NodeTagOpenMarker, ast.NodeTagCloseMarker:
|
||||
buf.WriteByte('#')
|
||||
case ast.NodeBlockRef:
|
||||
buf.WriteString(GetDynamicBlockRefText(n))
|
||||
lastSpace = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue