Sha256: 592bc07de4366bcddb8181369380a2344d6296533263c5510d47608076a29436
Contents?: true
Size: 224 Bytes
Versions: 8
Compression:
Stored size: 224 Bytes
Contents
# $Id: markdown.rb 68 2007-12-09 07:45:37Z tim_pease $ try_require 'bluecloth' # Render text via markdown using the BlueCloth library. Webby::Filters.register :markdown do |input| BlueCloth.new(input).to_html end # EOF
Version data entries
8 entries across 8 versions & 1 rubygems