summaryrefslogtreecommitdiff
path: root/src/html.c
AgeCommit message (Expand)Author
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2015-02-16Made 'options' an int rather than a long.John MacFarlane
2015-02-15Removed unneeded include.John MacFarlane
2015-02-15Moved handling of --smart from renderer to parser.John MacFarlane
2015-02-14Added smart.c, smart.h with function abstracting smart punct rendering.John MacFarlane
2015-02-14astyle changes (code formatting only).John MacFarlane
2015-02-14Improved smart quote recognition.John MacFarlane
2015-02-14Added CMARK_OPT_SMARTPUNCT and --smart option.John MacFarlane
2015-01-21Removed unnecessary strbuf_free's.John MacFarlane
2015-01-05Reformatted code consistently with astyle.John MacFarlane
2014-12-31Remove useless void* castNick Wellnhofer
2014-12-29Added options parameter to renderers.John MacFarlane
2014-12-28Rename CMARK_NODE_LIST_ITEM -> CMARK_NODE_ITEM.John MacFarlane
2014-12-16Added 'literal' field to 'code' struct.John MacFarlane
2014-12-16HTML writer: fixed bug in detection of fenced code blocks.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-14Use chunk for fenced code info, instead of strbuf.John MacFarlane
2014-12-14Use as.literal instead of string_content for HTML and code blocks.John MacFarlane
2014-12-14Added empty clauses for DOCUMENT node to html and man writers.John MacFarlane
2014-12-14Rename CMARK_NODE_INLINE_CODE -> CMARK_NODE_CODE.John MacFarlane
2014-12-13Added iterator interface to API, removed cmark_walk.John MacFarlane
2014-12-13API improvements: cmark_event_type parameter for walk handlers.John MacFarlane
2014-12-13Remove CMARK_NODE_REFERENCE_DEF from API.John MacFarlane
2014-12-12Revert "Removed CMARK_NODE_REFERENCE_DEF from API."John MacFarlane
2014-12-12Removed CMARK_NODE_REFERENCE_DEF from API.John MacFarlane
2014-12-12Rewrote HTML renderer using cmark_walk.John MacFarlane
2014-12-04Moved source files from src/html into src.John MacFarlane
2014-09-09ffffixVicent Marti
2014-09-06Adjusted HTML output for fenced code to match #71 change.John MacFarlane
2014-08-13Initial commitJohn MacFarlane