summaryrefslogtreecommitdiff
path: root/js/index.html
AgeCommit message (Collapse)Author
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