Sha256: c011d12ec6deef3ffbb65c8421f9b3e71e6896cf85fbc65ab8304e670ea2bd8d

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

module Markdown
  module Engine

    def bluecloth_to_html( content, options={} )
      puts "  Converting Markdown-text (#{@content.length} bytes) to HTML using library bluecloth..."

      BlueCloth.new( content ).to_html
    end
    
  end # module Engine
end # module Markdown            

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
markdown-1.0.0 lib/markdown/engines/bluecloth.rb
markdown-0.5.0.beta1 lib/markdown/engines/bluecloth.rb
markdown-0.4.0 lib/markdown/engines/bluecloth.rb
markdown-0.3.0 lib/markdown/engines/bluecloth.rb
markdown-0.2.0 lib/markdown/engines/bluecloth.rb