summaryrefslogtreecommitdiff
path: root/js/bin
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-16bin/commonmark: don't use the now-removed toObject for --ast.John MacFarlane
2015-01-11node.js: toAST -> toObject.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-10Added options to DocParser.John MacFarlane
2015-01-10Added --time option to js/bin/commonmark.John MacFarlane
2015-01-10Made 'options' a parameter of the renderer constructors...John MacFarlane
2015-01-10Removed unused import.John MacFarlane
2015-01-09JS linter improvements.John MacFarlane
2015-01-09Put limit on AST display as string.John MacFarlane
2015-01-09Added options to render, implemented sourcepos option.John MacFarlane
2015-01-09Use linked list instead of arrays for AST.John MacFarlane
2014-12-10Fixed linter errors in js/bin/commonmark, js/test.js.John MacFarlane
2014-10-24Rename js/bin/markdown -> js/bin/commonmark.John MacFarlane
2014-10-24js/bin/markdown: added `--ast` flag and multiple filename args.John MacFarlane
2014-10-24More stmd -> commonmark changes.John MacFarlane
2014-10-18Use browserify to make js code more modular.John MacFarlane