aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/mdv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mdv.c b/core/mdv.c
index c4e0f99..33a4184 100644
--- a/core/mdv.c
+++ b/core/mdv.c
@@ -167,6 +167,7 @@ void show_paragraph()
break;
last_was_newline = 1;
+ putchar(' ');
} else {
last_was_newline = 0;
if (width == MAX_WIDTH) {