This commit is contained in:
Daniel 2024-11-08 14:29:25 +08:00
parent c5dc86bf8e
commit fb3bc9aa81
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 8 additions and 5 deletions

View file

@ -165,6 +165,7 @@ func html2BlockDOM(c *gin.Context) {
})
}
parse.TextMarks2Inlines(tree) // 先将 TextMark 转换为 Inlines https://github.com/siyuan-note/siyuan/issues/13056
parse.NestedInlines2FlattedSpansHybrid(tree, false)
renderer := render.NewProtyleRenderer(tree, luteEngine.RenderOptions)