Minor code changes for consistency
This commit is contained in:
+1
-1
@@ -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
@@ -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 : "_",
|
||||
|
||||
Reference in New Issue
Block a user