cpjolicoeur / bluecloth forked from mislav/bluecloth

Markdown processor in Ruby; foked from official SVN repo to fix bugs

bluecloth / CHANGES
100644 8 lines (6 sloc) 0.381 kb
1
2
3
4
5
6
7
8
== Since Mislav forked the project from SVN
 
  * bin/bluecloth doesn't add <html><body> tags by default; instead it's opt-in
  * deleted legacy files (tests/, test.rb, docs/, experiments/, install.rb, ...)
  * break lib/bluecloth.rb into submodules under lib/transform/
  * converted tests to specs, cleaner suite
  * import latest original Markdown.pl for reference (and testing)