This commit is contained in:
Liang Ding 2023-05-11 09:21:32 +08:00
parent 847be4b939
commit 05d2a5147d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 31 additions and 0 deletions

View file

@ -35,6 +35,7 @@ func Pandoc(from, to, o, content string) (ret string, err error) {
args := []string{
"--from", from,
"--to", to,
"-s",
}
if "" != o {