Add footnote handling in html and markdown output
This commit is contained in:
@@ -215,6 +215,7 @@ class GuiDocViewer(QTextBrowser):
|
||||
aDoc.doPreProcessing()
|
||||
aDoc.tokenizeText()
|
||||
aDoc.doConvert()
|
||||
aDoc.appendFootnotes()
|
||||
except Exception:
|
||||
logger.error("Failed to generate preview for document with handle '%s'", tHandle)
|
||||
logException()
|
||||
|
||||
Reference in New Issue
Block a user