Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 09:41:29 +08:00
parent 53e85a46bb
commit cfcf695fb4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 19 additions and 23 deletions

View file

@ -1272,7 +1272,9 @@ func subscribeConfEvents() {
params += " \"" + util.PandocTemplatePath + "\""
Conf.Export.PandocParams = strings.TrimSpace(params)
}
logging.LogInfof("pandoc params set to [%s]", Conf.Export.PandocParams)
logging.LogInfof("pandoc template [%s], color filter [%s]", util.PandocTemplatePath, util.PandocColorFilterPath)
Conf.Save()
})
}