Sha256: 1e855c09e5ba9082c6e2c2874697414881cb8991908e1c65b28a97174c2bdb68
Contents?: true
Size: 154 Bytes
Versions: 17
Compression:
Stored size: 154 Bytes
Contents
class Irwi::Formatters::BlueCloth def initialize require 'bluecloth' end def format( text ) BlueCloth.new( text ).to_html end end
Version data entries
17 entries across 17 versions & 1 rubygems