🐛 导出 PDF 的 SVG 图片链接无法正常显示 Fix https://github.com/siyuan-note/siyuan/issues/5757

This commit is contained in:
Liang Ding 2022-09-17 16:32:05 +08:00
parent acd9f76e87
commit dfda59025c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 7 additions and 4 deletions

View file

@ -452,6 +452,7 @@ func ExportHTML(id, savePath string, pdf bool) (name, dom string) {
luteEngine.SetFootnotes(true)
luteEngine.RenderOptions.ProtyleContenteditable = false
luteEngine.SetProtyleMarkNetImg(false)
renderer := render.NewProtyleExportRenderer(tree, luteEngine.RenderOptions)
dom = gulu.Str.FromBytes(renderer.Render())
return