mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
✨ 行级元素支持多重样式类型 https://github.com/siyuan-note/siyuan/issues/2911
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user