summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index 44f8788..09644a0 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -195,9 +195,6 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
switch (node->type) {
case CMARK_NODE_DOCUMENT:
- if (!entering) {
- cmark_strbuf_putc(renderer->buffer, '\n');
- }
break;
case CMARK_NODE_BLOCK_QUOTE: