Sha256: 8176c5af1af8a9a4553101f7600a81be6c135f0ffa769bf47a117a2f646e3792
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
module Markdown module Engine def bluecloth_version BlueCloth::VERSION end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown-1.1.1 | lib/markdown/engines/bluecloth.rb |