Minor code changes for consistency

This commit is contained in:
Veronica K. B. Olsen
2021-02-20 13:40:26 +01:00
parent b868477406
commit c9cab47ce0
5 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ class NWProject():
if errList:
self.makeAlert(errList, nwAlert.ERROR)
# Clean up old files
# Clean up no longer used files
self._deprecatedFiles()
# Update recent projects
+1 -1
View File
@@ -77,7 +77,7 @@ class ToMarkdown(Tokenizer):
self.FMT_D_B : "", self.FMT_D_E : "",
}
else:
# GitHub and novelWriter
# GitHub
mdTags = {
self.FMT_B_B : "**", self.FMT_B_E : "**",
self.FMT_I_B : "_", self.FMT_I_E : "_",