From f4afff1ce6c59a9a6ad7a5d370aab902a8cdb4c9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Feb 2015 22:43:31 -0800 Subject: Added commonmark renderer. This is still incomplete. (See TODOs in the source.) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cf9e17e..14ed306 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,6 +32,7 @@ set(LIBRARY_SOURCES man.c xml.c html.c + commonmark.c html_unescape.gperf houdini_href_e.c houdini_html_e.c -- cgit v1.2.3