summaryrefslogtreecommitdiff
path: root/dingus.html
AgeCommit message (Collapse)Author
2015-01-24Removed JS implementation, which is moving to its own repo:John MacFarlane
<https://github.com/jgm/commonmark.js>
2015-01-17Renamed DocParser -> Parser.John MacFarlane
Note: library users should update their code or it will break.
2015-01-12Revert "Moved dingus to js directory."John MacFarlane
This reverts commit 5ddf8743f02132f07aad4bb27e0b84c530a706d7.
2015-01-12Moved dingus to js directory.John MacFarlane
2015-01-11Dingus: XMLRenderer -> XmlRenderer.John MacFarlane
2015-01-11Updated dingus to use XML for the AST pane.John MacFarlane
2015-01-11Removed JS library's dependency on util.John MacFarlane
This reduces js/commonmark.js size by 20K.
2015-01-10Made 'options' a parameter of the renderer constructors...John MacFarlane
as opposed to the 'render' function. Added a 'colors' parameter for the ast renderer.
2015-01-09Updated dingus.John MacFarlane
2014-12-31Updated dingus - incorporated changes made in CommonMark-site.John MacFarlane
2014-11-14Make dingus.html valid HTML5Thiht
2014-10-28More dingus refinements.John MacFarlane
changes. Lines starting
2014-10-28Dingus refinements.John MacFarlane
2014-10-27Dingus: REALLY make tab insert tab in text box.John MacFarlane
2014-10-27Fixed tab fix in previous commit.John MacFarlane
2014-10-27Dingus: Make tab insert a tab in the text box.John MacFarlane
instead of moving you to the next field.
2014-10-27dingus: Show HTML tab if query has text.John MacFarlane
This should be a safer default; if someone sends you dangerous HTML, you'll see it immediately.
2014-10-26Dingus improvements; moved to top level.John MacFarlane