ChangeLog.md in multi_markdown-0.1.0 vs ChangeLog.md in multi_markdown-0.2.0

- old
+ new

@@ -1,13 +1,22 @@ +### 0.2.0 / 2012-05-18 + +* Added support for: + * [BlueCloth][bluecloth] + * [Maruku][maruku] +* Use the same loading priority as [YARD](https://github.com/lsegal/yard/blob/master/lib/yard/templates/helpers/markup_helper.rb#L24-31) + ### 0.1.0 / 2012-05-18 * Initial release: * Supports: - * [kramdown] - * [rdiscount] - * [redcarpet] - * [rpeg_markdown] + * [Kramdown][kramdown] + * [RDiscount][rdiscount] + * [Redcarpet][redcarpet] + * [rpeg-markdown][rpeg_markdown] -[kramdown](http://kramdown.rubyforge.org/) -[rdiscount](https://github.com/rtomayko/rdiscount#readme) -[redcarpet](https://github.com/tanoku/redcarpet#readme) -[rpeg_markdown](https://github.com/rtomayko/rpeg-markdown#readme) +[bluecloth]: http://deveiate.org/projects/BlueCloth +[kramdown]: http://kramdown.rubyforge.org/ +[maruku]: http://maruku.rubyforge.org/ +[rdiscount]: https://github.com/rtomayko/rdiscount#readme +[redcarpet]: https://github.com/tanoku/redcarpet#readme +[rpeg_markdown]: https://github.com/rtomayko/rpeg-markdown#readme