summaryrefslogtreecommitdiff
path: root/commonmark.rb
AgeCommit message (Expand)Author
2014-11-23Do not distinguish btw fenced and indented code in AST.John MacFarlane
2014-11-23Revert "Revert "Remove distinction btw atx and setext header in AST.""John MacFarlane
2014-11-22Revert "Remove distinction btw atx and setext header in AST."John MacFarlane
2014-11-22Remove distinction btw atx and setext header in AST.John MacFarlane
2014-11-22commonmark.rb: Added 'transform' and demos.John MacFarlane
2014-11-22Added examples of using walk.John MacFarlane
2014-11-22commonmark.rb - added walk, an iterator that walks the AST.John MacFarlane
2014-11-21commonmark.rb: omit title if empty.John MacFarlane
2014-11-21commonmark.rb - support remaining elements in HTML renderer.John MacFarlane
2014-11-21More commonmark.rb improvements.John MacFarlane
2014-11-21commonmark.rb - more elegant out, blocksep.John MacFarlane
2014-11-21Further improvements to commonmark.rb.John MacFarlane
2014-11-21commonmark.rb - implemented headers.John MacFarlane
2014-11-21commonmark.rb: separated Renderer class.John MacFarlane
2014-11-20commonmark.rb: more progress.John MacFarlane
2014-11-20commonmark.rb improvements.John MacFarlane
2014-11-20Added commonmark.rb, steps towards a nice ruby wrapper of the parser.John MacFarlane