Path: | lib/bluecloth.rb |
Last Update: | Thu Oct 19 10:43:39 +0000 2006 |
Bluecloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool.
doc = BlueCloth::new " ## Test document ## Just a simple test. " puts doc.to_html
Original version:
Copyright (c) 2003-2004 John Gruber <http://daringfireball.net/> All rights reserved.
Ruby port:
Copyright (c) 2004 The FaerieMUD Consortium.
BlueCloth is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
BlueCloth is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
$Id: bluecloth.rb 69 2004-08-25 05:27:15Z ged $