public
Description: Markdown processor in Ruby; foked from official SVN repo to fix bugs
Homepage: http://www.deveiate.org/projects/BlueCloth
Clone URL: git://github.com/mislav/bluecloth.git
bluecloth / CHANGES
100644 8 lines (6 sloc) 0.39 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/bluecloth/transform
  * converted tests to specs, cleaner suite
  * import latest original Markdown.pl for reference (and testing)