🎨 Support for embedding images when exporting EPUB, ODT and RTF Fix https://github.com/siyuan-note/siyuan/issues/8288

This commit is contained in:
Liang Ding 2023-05-17 15:37:39 +08:00
parent de2a414968
commit 9aca165875
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 16 additions and 15 deletions

View file

@ -58,6 +58,7 @@ func Pandoc(from, to, o, content string) (ret string, err error) {
args := []string{
"--from", from,
"--to", to,
"--resource-path", filepath.Dir(o),
"-s",
}