summaryrefslogtreecommitdiff
path: root/src/html.c
AgeCommit message (Collapse)Author
2014-12-12Removed CMARK_NODE_REFERENCE_DEF from API.John MacFarlane
There's no reason to store these empty nodes in the API. The references have already been resolved.
2014-12-12Rewrote HTML renderer using cmark_walk.John MacFarlane
This version is shorter, more readable, and more regular. It should serve as a template for creating new writers. Performance is the same. All tests pass.
2014-12-04Moved source files from src/html into src.John MacFarlane
The separate directory presents problems for some simple extension building systems, like luarocks.
2014-09-09ffffixVicent Marti
2014-09-06Adjusted HTML output for fenced code to match #71 change.John MacFarlane
2014-08-13Initial commitJohn MacFarlane