🎨 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:
Daniel 2026-01-20 10:05:49 +08:00
parent d5f7bf2c02
commit e9564ff0ec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 6 additions and 6 deletions

View file

@ -379,6 +379,7 @@ func setExport(c *gin.Context) {
}
}
export.PandocParams = util.ReplaceNewline(export.PandocParams, " ")
model.Conf.Export = export
model.Conf.Save()