Added header formatting to tokenizer

This commit is contained in:
Veronica K. B. Olsen
2019-10-19 01:17:19 +02:00
parent d4e74848bc
commit 287d94369f
5 changed files with 208 additions and 44 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class ToHtml(Tokenizer):
self.theResult = ""
thisPar = []
for tType, tText, tFormat in self.theTokens:
for tType, tText, tFormat, tAlign in self.theTokens:
if tType == self.T_EMPTY:
if len(thisPar) > 0: