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
@@ -149,7 +149,7 @@ class ToMarkdown(Tokenizer):
return
def appendFootnotes(self) -> None:
def closeDocument(self) -> None:
"""Append the footnotes in the buffer."""
if self._usedNotes:
tags = EXT_MD if self._extended else STD_MD