summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-29 16:03:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-29 16:03:01 -0700
commitbc902b8826c8d00194dfdc91a3791d540c1e8b97 (patch)
treedffd181c57c0b89965f2771569d9523bdfaeafa9 /src/commonmark.c
parent029ced080c5fd483db72bba5082a16faeb8f8b75 (diff)
Removed obsolete TODO comment.
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c2
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);