diff options
-rw-r--r-- | src/commonmark.c | 1 |
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) { |