mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
d5f7bf2c02
commit
e9564ff0ec
2 changed files with 6 additions and 6 deletions
|
|
@ -379,6 +379,7 @@ func setExport(c *gin.Context) {
|
|||
}
|
||||
}
|
||||
|
||||
export.PandocParams = util.ReplaceNewline(export.PandocParams, " ")
|
||||
model.Conf.Export = export
|
||||
model.Conf.Save()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue