summaryrefslogtreecommitdiff
path: root/js/lib/index.js
AgeCommit message (Expand)Author
2015-01-24Removed JS implementation, which is moving to its own repo:John MacFarlane
2015-01-17Renamed DocParser -> Parser.John MacFarlane
2015-01-12Moved "use strict" to top of modules.John MacFarlane
2015-01-11XMLRenderer -> XmlRenderer.John MacFarlane
2015-01-11Removed JS library's dependency on util.John MacFarlane
2015-01-11Start on xml.js.John MacFarlane
2015-01-10Made 'options' a parameter of the renderer constructors...John MacFarlane
2015-01-09JS linter improvements.John MacFarlane
2015-01-09Put limit on AST display as string.John MacFarlane
2015-01-09Updated renderAST in lib.John MacFarlane
2015-01-09Rename js/lib/html-renderer.js -> js/lib/html.js.John MacFarlane
2015-01-09Use linked list instead of arrays for AST.John MacFarlane
2014-12-10linter fixes to html5-entities.js and index.js.John MacFarlane
2014-11-10jshint improvements.John MacFarlane
2014-10-24More stmd -> commonmark changes.John MacFarlane
2014-10-18Added renderAST to js, added AST render tab to dingus.John MacFarlane
2014-10-18Factored out blocks.js from index.js.John MacFarlane
2014-10-18Factored out inlines.js from index.js.John MacFarlane
2014-10-18Change from-code-point.js so it doesn't alter String prototype.John MacFarlane
2014-10-18Use browserify to make js code more modular.John MacFarlane