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
name age message
file .gemspec Tue Aug 24 07:57:17 -0700 2004 - Updated to v1.0.0. git-svn-id: svn://deveiat... [ged]
file CHANGES Thu Feb 12 04:56:38 -0800 2009 move Markdown.pl to bin/ directory. keep only o... [Mislav Marohnić]
file LICENSE Thu Feb 12 04:56:38 -0800 2009 move Markdown.pl to bin/ directory. keep only o... [Mislav Marohnić]
file README.markdown Mon Jun 01 07:49:39 -0700 2009 indicate that this repo is dead. please use blu... [Mislav Marohnić]
file Rakefile Thu Feb 12 05:25:36 -0800 2009 generate the gemspec with jeweler [Mislav Marohnić]
file VERSION.yml Thu Feb 12 05:25:36 -0800 2009 generate the gemspec with jeweler [Mislav Marohnić]
directory bin/ Thu Feb 12 04:56:38 -0800 2009 move Markdown.pl to bin/ directory. keep only o... [Mislav Marohnić]
file bluecloth.gemspec Thu Feb 12 05:25:36 -0800 2009 generate the gemspec with jeweler [Mislav Marohnić]
directory lib/ Thu Feb 12 05:25:36 -0800 2009 generate the gemspec with jeweler [Mislav Marohnić]
directory spec/ Thu Feb 19 03:38:28 -0800 2009 clean up contrib_spec [Mislav Marohnić]

BlueCloth

Important: this repository is abandoned in favor of much quicker implementations such as bluecloth 2.0 and RDiscount.

This is a fork of BlueCloth 1.0.0 (2004/08/24) from its trunk. It's been created to fix some of the outstanding bugs in its implementation.

The plan is to first clean up the messy test suite (using RSpec), make existing tests pass (a lot of them fail right now) and, finally, add tests for annoying bugs and making them pass also.

I also want to break down its implementation not to be entirely contained in one file ("lib/bluecloth.rb") anymore. Together with a nicer test suite, that will probably make it easier to maintain.

About

Original version by John Gruber http://daringfireball.net/.
Ruby port by Michael Granger http://www.deveiate.org/.

BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).