Sha256: 5e2bd1576befba9adca8d0be1fa898768de0ea8e8d73b71eba7055c92f971e6e

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

module Markdown
  module Engine
   
    def rdiscount_to_html( content, options={} )
      puts "  Converting Markdown-text (#{@content.length} bytes) to HTML using library rdiscount..."      
      
      RDiscount.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/rdiscount.rb
markdown-0.5.0.beta1 lib/markdown/engines/rdiscount.rb
markdown-0.4.0 lib/markdown/engines/rdiscount.rb
markdown-0.3.0 lib/markdown/engines/rdiscount.rb
markdown-0.2.0 lib/markdown/engines/rdiscount.rb