cmark

My personal build of CMark ✏️

Commit
bc902b8826c8d00194dfdc91a3791d540c1e8b97
Parent
029ced080c5fd483db72bba5082a16faeb8f8b75
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed obsolete TODO comment.

Diffstat

1 file changed, 0 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified src/commonmark.c 2 0 2
diff --git 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);