summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index af15371..b713303 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -304,7 +304,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
case CMARK_NODE_HTML:
blankline(state);
- out(state, node->as.code.literal, false, false);
+ out(state, node->as.literal, false, false);
blankline(state);
break;