diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-25 22:43:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-21 17:28:31 -0700 |
commit | f4afff1ce6c59a9a6ad7a5d370aab902a8cdb4c9 (patch) | |
tree | a032d748a0c68aca7cccd45495eece8a8f37b2a5 /src/CMakeLists.txt | |
parent | 3d46c2b594c1230cebb89c48c86b8a80aee43553 (diff) |
Added commonmark renderer.
This is still incomplete. (See TODOs in the source.)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |