summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-23 15:33:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-23 15:33:42 -0700
commit756b95d184103857b5196063ef310633cb8dba5b (patch)
tree178ee0a4dc6276d8e44b1d32d4a0240950537ab7 /src/commonmark.c
parent050fb343307b8fe40e3f7541093b75eb276c547a (diff)
Added TODO on tight lists.
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index d11c449..77fc395 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -207,6 +207,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
break;
case CMARK_NODE_ITEM:
+ // TODO implement tight lists
if (entering) {
if (cmark_node_get_list_type(node->parent) ==
CMARK_BULLET_LIST) {