Sha256: e1c78e4e19ffa2857a96e91200d536258746416e71e7adedc44228a3b2f5da38

Contents?: true

Size: 331 Bytes

Versions: 21

Compression:

Stored size: 331 Bytes

Contents

class Typo
  class Textfilter
    class Smartypants < TextFilterPlugin::PostProcess
      plugin_display_name "Smartypants"
      plugin_description 'Converts HTML to use typographically correct quotes and dashes'

      def self.filtertext(blog,content,text,params)
        RubyPants.new(text).to_html
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
typo-5.5 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.4.4 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.4.3 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.4.2 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.4.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.4 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-4.1.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-4.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.0.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.0.2 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.0.3.98.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.0 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.0.3.98 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.1.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.1.2 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.1.3 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.1.98 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.1 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.2 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
typo-5.2.98 vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb