diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commonmark.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commonmark.c b/src/commonmark.c index 4edf1b2..05c3510 100644 --- a/src/commonmark.c +++ b/src/commonmark.c @@ -282,8 +282,6 @@ S_render_node(cmark_node *node, cmark_event_type ev_type, marker_width = strlen(listmarker); } if (entering) { - // TODO change bullet list marker to avoid - // interpretation as setext headers? if (cmark_node_get_list_type(node->parent) == CMARK_BULLET_LIST) { lit(state, "- ", false); |