Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-12 | Removed 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-12 | Rewrote 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-04 | Moved source files from src/html into src. | John MacFarlane | |
The separate directory presents problems for some simple extension building systems, like luarocks. | |||
2014-09-09 | ffffix | Vicent Marti | |
2014-09-06 | Adjusted HTML output for fenced code to match #71 change. | John MacFarlane | |
2014-08-13 | Initial commit | John MacFarlane | |