Ctrl+R now previews the document as HTML

This commit is contained in:
Veronica K. B. Olsen
2019-05-10 18:47:57 +02:00
parent 7644df1c52
commit 23f3e4b5bb
3 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class ToHtml(Tokenizer):
tTemp = tTemp[:xPos]+htmlTags[xFmt]+tTemp[xPos+xLen:]
thisPar.append(tTemp)
print(self.theResult)
# print(self.theResult)
return