Process field values in QTextDocuments

This commit is contained in:
Veronica Berglyd Olsen
2024-10-28 17:30:34 +01:00
parent 041183f914
commit f92521c93a
13 changed files with 50 additions and 22 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ class ToHtml(Tokenizer):
return
def appendFootnotes(self) -> None:
def closeDocument(self) -> None:
"""Append the footnotes in the buffer."""
if self._usedNotes:
footnotes = self._localLookup("Footnotes")