Categories: None [Edit]
bluecloth
BlueCloth is a Ruby implementation of John Gruber's
Markdown[http://daringfireball.net/projects/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}[http://redcloth.org/], Why the Lucky Stiff's processor for a
similar text-to-HTML conversion syntax called
Textile[http://www.textism.com/tools/textile/].
BlueCloth 2 is a complete rewrite using David Parsons'
Discount[http://www.pell.portland.or.us/~orc/Code/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'
Total
Ranking: 2,775 of 183,139
Downloads: 4,740,841
Daily
Ranking: 3,594 of 183,127
Downloads: 780
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
123 | 280,794,709 | hashdiff |
3,573 | 2,564,872 | |
4,068 | 1,855,524 | jeweler |
5,345 | 969,473 | hex_string |
5,557 | 876,785 | RubyApp |
7,408 | 443,832 | blather |
7,901 | 400,115 | goliath |
10,203 | 233,063 | instagram-continued |
10,429 | 223,301 | ramaze |
10,833 | 207,073 | acts_as_markup |
11,367 | 187,507 | sensu-em |
11,467 | 184,688 | capistrano-slack |
12,912 | 148,319 | fire_poll |
13,296 | 140,225 | typogruby |
13,807 | 130,550 | preconditions |
14,807 | 115,644 | acts_as_decimal |
14,940 | 113,793 | modelish |
15,374 | 107,928 | integer-obfuscator |
15,570 | 105,552 | jax |
16,760 | 93,330 | barney |
Depends on
Rank | Downloads | Name |
---|---|---|
25 | 818,346,165 | rspec |
1,741 | 13,635,190 | rake-compiler |
2,089 | 8,575,570 | hoe |
16,413 | 96,557 | tidy-ext |
22,686 | 58,650 | hoe-mercurial |
30,008 | 39,509 | hoe-highline |