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

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


Branch: pkgsrc-2012Q3, Version: 0.6.1, Package name: ruby193-maruku-0.6.1, 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).


Master sites:

SHA1: 67d0331ba51730a2fc3101a87c438aef136e7e90
RMD160: 53f7c067088f17b59176e54a68cff7c0cb6fb24f
Filesize: 147 KB

Version history: (Expand)