Add footnote handling in html and markdown output
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user