Sha256: a803f986d9984b471613f4b16cdb1d493a1baaa021c881c83b52660e53b09a2d
Contents?: true
Size: 151 Bytes
Versions: 17
Compression:
Stored size: 151 Bytes
Contents
module SmallCage module RedClothHelper require "redcloth" def render_textile(str) RedCloth.new(str).to_html end end end
Version data entries
17 entries across 17 versions & 2 rubygems