mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
✨ 行级元素支持多重样式类型 https://github.com/siyuan-note/siyuan/issues/2911
This commit is contained in:
parent
27e646b075
commit
a942ae6a1b
3 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ func html2BlockDOM(c *gin.Context) {
|
|||
})
|
||||
}
|
||||
|
||||
renderer := render.NewBlockRenderer(tree, luteEngine.RenderOptions)
|
||||
renderer := render.NewProtyleRenderer(tree, luteEngine.RenderOptions)
|
||||
output := renderer.Render()
|
||||
ret.Data = gulu.Str.FromBytes(output)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue