Add an extra line between multiple passages.

This commit is contained in:
2023-06-04 08:20:59 -05:00
parent 98d66b564f
commit 8c9c5d8f81
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ Options:
try:
# Parse arguments
let args = docopt(USAGE, version = "0.2.0")
let args = docopt(USAGE, version = "0.2.1")
if args["--debug"]:
consoleLogger.levelThreshold = lvlDebug
@@ -78,7 +78,7 @@ Options:
else:
respJson["passages"].getElems --> map(formatMarkdown(it.getStr))
echo formattedPassages.join("\p")
echo formattedPassages.join("\p\p")
except CatchableError:
fatal getCurrentExceptionMsg()