mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support convert Base64 image when clipping HTML https://github.com/siyuan-note/siyuan/issues/11210
This commit is contained in:
parent
1f6f7c44d7
commit
04ba3ed011
2 changed files with 6 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ func extensionCopy(c *gin.Context) {
|
|||
}
|
||||
|
||||
luteEngine := util.NewStdLute()
|
||||
md := luteEngine.HTML2Md(dom)
|
||||
md, _ := model.HTML2Markdown(dom)
|
||||
md = strings.TrimSpace(md)
|
||||
|
||||
var unlinks []*ast.Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue