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

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


Branch: pkgsrc-2018Q3, Version: 0.7.3, Package name: ruby24-maruku-0.7.3, 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:
[lang/ruby24-base] [textproc/ruby-syntax]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: df0b08f619059af26bf6d935a6619e969828cbbe
RMD160: 2a4b0914c7f310b92fd112b4d2567fd760030a6e
Filesize: 137 KB

Version history: (Expand)