Sha256: e95157559e7ea80cc66791913e64d4d9db3c188f55ec88b0e57014f221884c1a

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

module Renderers
  class Markdown
    def self.render_content(content)
      require 'rubygems'
      require 'bluecloth'
      BlueCloth.new(content).to_html
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
httphere-1.1.2 lib/httphere/markdown.rb
httphere-1.1.1 lib/httphere/markdown.rb
httphere-1.1.0 lib/httphere/markdown.rb
httphere-1.0.1 lib/httphere/markdown.rb