Sha256: 6442da6595ca3dd0259686866a545a196f35f3297e0f590cb678fb7ed4142aa6
Contents?: true
Size: 236 Bytes
Versions: 8
Compression:
Stored size: 236 Bytes
Contents
# $Id: textile.rb 71 2007-12-13 05:45:53Z tim_pease $ try_require 'redcloth' # Render text via textile using the RedCloth library. Webby::Filters.register :textile do |input| RedCloth.new(input, %w(no_span_caps)).to_html end # EOF
Version data entries
8 entries across 8 versions & 1 rubygems