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
+4
View File
@@ -191,6 +191,8 @@ class NWBuildDocument:
else:
yield i, False
makeObj.appendFootnotes()
if not (self._build.getBool("html.preserveTabs") or self._preview):
makeObj.replaceTabs()
@@ -231,6 +233,8 @@ class NWBuildDocument:
else:
yield i, False
makeObj.appendFootnotes()
self._error = None
self._cache = makeObj