Sha256: e6d14b711c2f4248c9fb3a033395a50496ddc9464730d582f654f8470431b88f
Contents?: true
Size: 317 Bytes
Versions: 21
Compression:
Stored size: 317 Bytes
Contents
class Typo class Textfilter class TextileAndMarkdown < TextFilterPlugin::Markup plugin_display_name "Textile with Markdown" plugin_description 'Textile and Markdown markup languages' def self.filtertext(blog,content,text,params) RedCloth.new(text).to_html end end end end
Version data entries
21 entries across 21 versions & 1 rubygems