mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support for embedding images when exporting EPUB, ODT and RTF Fix https://github.com/siyuan-note/siyuan/issues/8288
This commit is contained in:
parent
de2a414968
commit
9aca165875
2 changed files with 16 additions and 15 deletions
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue