Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 16:47:47 +08:00
parent 1abeb6e41a
commit ad3652d219
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1272,9 +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)
logging.LogInfof("pandoc resources [%s, %s]", util.PandocTemplatePath, util.PandocColorFilterPath)
Conf.Save()
})
}