./textproc/ruby-maruku, Markdown-superset interpreter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q2, Version: 0.5.8, Package name: ruby18-maruku-0.5.8, Maintainer: minskim

Maruku is a Markdown interpreter written in Ruby.

The other Ruby implementation of Markdown is Bluecloth. Maruku is
much different in philosophy from Bluecloth; the biggest difference is
that parsing is separated from rendering. In Maruku, an in-memory
representation of the Markdown document is created. Instead,
Bluecloth mantains the document in memory as a String at all times,
and does a series of gsub to transform to HTML.

Maruku is usually faster than Bluecloth. Bluecloth is faster for very
small documents. Bluecloth sometimes chokes on very big documents (it
is reported that the blame should be on Ruby's regexp implementation).


Required to run:
[misc/rubygems] [lang/ruby18-base]

Required to build:
[misc/rubygems] [devel/rake]

Master sites:

SHA1: b44aee07ab211c90418feed71cdec5de64d54a6b
RMD160: 8f2ca6f2d2cc3a975656151c28f88bbf3e606e47
Filesize: 168.5 KB

Version history: (Expand)