summaryrefslogtreecommitdiff
path: root/js/lib/html.js
AgeCommit message (Expand)Author
2015-01-18html.js - explicitly specify second parameter of escapeXml.John MacFarlane
2015-01-15Provide getters and setters for public properties of Node.John MacFarlane
2015-01-15Rename sourcepos -> _sourcepos, added sourcepos() accessor.John MacFarlane
2015-01-15Removed setType(), replaced getType() with type().John MacFarlane
2015-01-15Removed vestigial ReferenceDef node type.John MacFarlane
2015-01-15Added getType(), setType() to node.js.John MacFarlane
2015-01-12html.js, xml.js: avoid using concat.John MacFarlane
2015-01-12Fixed some linter errors.John MacFarlane
2015-01-11Moved common xml escaping code from xml.js, html.js to common.js.John MacFarlane
2015-01-11js: 'ListItem' -> 'Item'.John MacFarlane
2015-01-10Added options to DocParser.John MacFarlane
2015-01-10Removed a redundant clause from switch statement.John MacFarlane
2015-01-10Made 'options' a parameter of the renderer constructors...John MacFarlane
2015-01-10html.js: removed blocksep and innersep, no longer used.John MacFarlane
2015-01-10HTML renderer: throw error on unknown tag type.John MacFarlane
2015-01-10Put another regex in a variable.John MacFarlane
2015-01-10HTML renderer: Test for characters that need escaping before substituting.John MacFarlane
2015-01-10More HTML rendering efficiency improvements.John MacFarlane
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