Add footnote handling in html and markdown output

This commit is contained in:
Veronica Berglyd Olsen
2024-04-15 18:22:55 +02:00
parent 8d24243d4f
commit 44192c88f5
4 changed files with 159 additions and 96 deletions
+1
View File
@@ -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()