Sha256: d55e0faa649afa47bb09831389c468d35e3339ce67d57c69a27408161df6d6b6

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 Bytes

Contents

module ExceptionallyBeautiful
  class HtmlRenderer < Redcarpet::Render::HTML
    include Redcarpet::Render::SmartyPants

    def initialize(options = {})
      super options.merge(:hard_wrap => true, :filter_html => true)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exceptionally_beautiful-0.1.5 lib/exceptionally_beautiful/html_renderer.rb
exceptionally_beautiful-0.1.4 lib/exceptionally_beautiful/html_renderer.rb
exceptionally_beautiful-0.1.3 lib/exceptionally_beautiful/html_renderer.rb
exceptionally_beautiful-0.1.2 lib/exceptionally_beautiful/html_renderer.rb
exceptionally_beautiful-0.1.1 lib/exceptionally_beautiful/html_renderer.rb
exceptionally_beautiful-0.1.0 lib/exceptionally_beautiful/html_renderer.rb