mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Support for export RTF Fix https://github.com/siyuan-note/siyuan/issues/8132
This commit is contained in:
parent
847be4b939
commit
05d2a5147d
5 changed files with 31 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ func Pandoc(from, to, o, content string) (ret string, err error) {
|
|||
args := []string{
|
||||
"--from", from,
|
||||
"--to", to,
|
||||
"-s",
|
||||
}
|
||||
|
||||
if "" != o {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue