summaryrefslogtreecommitdiff
path: root/js/index.html
AgeCommit message (Collapse)Author
2014-10-26Added clear and permalink to dingus.John MacFarlane
Serve dingus from dingus.html. Add redirect page as index.html.
2014-10-25Adjusted appearance of dingus.John MacFarlane
2014-10-24Renamed javascript implementation to commonmark.js.John MacFarlane
2014-10-18Added renderAST to js, added AST render tab to dingus.John MacFarlane
Modified processInlines so it creates new objects instead of modifying in place. This way we can remove the extraneous fields only needed for parsing.
2014-09-09Dingus: use bind('keyup paste cut mouseup'...John MacFarlane
Modifies #98. (Generic 'change' by itself wasn't enough.)
2014-09-09Use generic 'change' to trigger parseAndRender.John MacFarlane
Modifies #98.
2014-09-03Fixed font size for h3 in dingus.John MacFarlane
2014-08-13Added dingus as js/index.html.John MacFarlane