BlueCloth
- URL
- http://bluecloth.rubyforge.org/
- Author(s)
- Summary
- BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. 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).
Comments
bluecloth
(1.0.0)
is Failing
for Stephen O'Donnell (Mac OSX, over 2 years ago)
No Rakefile, but tried ruby1.9 test.rb and got `verboseOff': undefined method `critical' for Thread:Class (NoMethodError)
Commented that out, and started getting errors relating to test/unit/testsuite (which is no longer present in Ruby 1.9.1). Tried to run some of the test manually, and got
05_Markdown.tests.rb:94:in `block in <class:SubfunctionsTestCase>': invalid byte sequence in US-ASCII (ArgumentError)
from 05_Markdown.tests.rb:92:in `foreach'
from 05_Markdown.tests.rb:92:in `<class:SubfunctionsTestCase>'
from 05_Markdown.tests.rb:17:in `<main>'
bluecloth
(1.0.0)
is Failing
for Andrew Dupont (Mac OSX, over 2 years ago)
Installs fine, but throws weird encoding errors when you attempt to use it because of an incorrect Regexp flag. Here's more information:
http://gnuu.org/2009/02/02/ruby-19-common-problems-pt-1-encoding/
bluecloth
(1.9.0)
is Failing
for Rahoul Baruah (Mac OSX, over 2 years ago)
No Rakefile, but tried ruby1.9 test.rb and got `verboseOff': undefined method `critical' for Thread:Class (NoMethodError)
from test.rb:17:in `<main>'

bluecloth (2.0.0) is Working
for Michael Granger (Mac OSX, over 2 years ago)