mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 建立索引时无法解析 v2.2.0- 版本的块引用 Fix https://github.com/siyuan-note/siyuan/issues/6889
This commit is contained in:
parent
3943a5f024
commit
b293571cb5
6 changed files with 11 additions and 18 deletions
|
|
@ -122,7 +122,7 @@ func html2BlockDOM(c *gin.Context) {
|
|||
}
|
||||
|
||||
// 复制带超链接的图片无法保存到本地 https://github.com/siyuan-note/siyuan/issues/5993
|
||||
luteEngine.NestedInlines2FlattedSpans(tree)
|
||||
parse.NestedInlines2FlattedSpans(tree)
|
||||
|
||||
renderer := render.NewProtyleRenderer(tree, luteEngine.RenderOptions)
|
||||
output := renderer.Render()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue