all repos — hastyscribe @ 15c7fa1a7dbeb22b82e4f889e427a62f341b457e

A professional markdown compiler.

Minor fixes.
h3rald h3rald@h3rald.com
Sat, 18 Nov 2017 18:44:55 +0100
commit

15c7fa1a7dbeb22b82e4f889e427a62f341b457e

parent

822d0c804dd7312cfaac630388d29da8a35af785

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M hastyscribe.nimhastyscribe.nim

@@ -188,6 +188,9 @@ try:

discard f.readLine(s) if not s.startsWith("----"): delimiter = 2 + contents &= s&"\n" + else: + delimiter = 1 while f.readLine(s): if delimiter >= 2: contents &= s&"\n"