From bc902b8826c8d00194dfdc91a3791d540c1e8b97 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Mar 2015 16:03:01 -0700 Subject: Removed obsolete TODO comment. --- src/commonmark.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/commonmark.c') 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); -- cgit v1.2.3