summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index 5569465..44f8788 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -218,7 +218,6 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
// this ensures 2 blank lines after list,
// if before code block or list:
LIT("\n");
- renderer->need_cr = 0;
}
break;