summaryrefslogtreecommitdiff
path: root/js/lib/html.js
AgeCommit message (Expand)Author
2015-01-10Don't use array buffer in HTML rendering.John MacFarlane
2015-01-09Use a switch instead of if-then-else.John MacFarlane
2015-01-09JS: Renamed 'c' property to 'literal' to match libcmark.John MacFarlane
2015-01-09Added options to render, implemented sourcepos option.John MacFarlane
2015-01-09JS: use c rather than string_content property for code blocks, html.John MacFarlane
2015-01-09Rewrote HTML escaping for big performance gain.John MacFarlane
2015-01-09Made `tight` a property of `list_data`.John MacFarlane
2015-01-09JS linter improvements.John MacFarlane
2015-01-09Rename js/lib/html-renderer.js -> js/lib/html.js.John MacFarlane