RubyGems Navigation menu

bluecloth 2.0.11pre158

BlueCloth is a Ruby implementation of John Gruber's [Markdown][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). It borrows a naming convention and several helpings of interface from [Redcloth][redcloth], Why the Lucky Stiff's processor for a similar text-to-HTML conversion syntax called [Textile][textile]. BlueCloth 2 is a complete rewrite using David Parsons' [Discount][discount] library, a C implementation of Markdown. I rewrote it using the extension for speed and accuracy; the original BlueCloth was a straight port from the Perl version that I wrote in a few days for my own use just to avoid having to shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all the good people that sent me patches for it that were never released. Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive: # Load the 2.0 version gem 'bluecloth', '>= 2.0.0' # Load the 1.0 version gem 'BlueCloth' require 'bluecloth'

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.2.0 - November 01, 2011 (92.0 KB)
  2. 2.1.0 - March 12, 2011 x86-mswin32 (180.0 KB)
  3. 2.1.0 - March 12, 2011 x86-mingw32 (180.0 KB)
  4. 2.1.0 - March 12, 2011 (90.5 KB)
  5. 2.0.11 - February 10, 2011 (88.0 KB)
  6. 2.0.11pre158 - February 10, 2011 (87.5 KB)
顯示所有版本(共 34)

Development 相依性套件 (6):

hoe >= 2.9.1
hoe-mercurial ~> 1.2.1
hoe-yard >= 0.1.2
rake-compiler ~> 0.7
rspec ~> 2.4
tidy-ext ~> 0.1

擁有者:

作者:

  • Michael Granger

SHA 256 checksum:

5ae65cf7c85d5252e96be020e7e96863f02e82b55476f8a77a1979bcf1f864ae

總下載次數 4,514,269

這個版本 3,839

License:

Ruby 版本需求: >= 1.8.7

相關連結: