summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commonmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index 83a6602..9f093c3 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -455,7 +455,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
break;
case CMARK_NODE_INLINE_HTML:
- out(state, node->as.literal, true, LITERAL);
+ out(state, node->as.literal, false, LITERAL);
break;
case CMARK_NODE_STRONG: