Sha256: 637328880f687879f9e338de29fabff0eb42e1b89cb1cdf485b21258a5cf2be2

Contents?: true

Size: 147 Bytes

Versions: 8

Compression:

Stored size: 147 Bytes

Contents

module SmallCage
  module BlueClothHelper
    require "bluecloth"

    def render_markdown(str)
      BlueCloth.new(str).to_html
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smallcage-0.3.2 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.3.1 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.3.0 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.2.9 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.2.8 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.2.7 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.2.6 project/bluecloth/_smc/helpers/blue_cloth_helper.rb
smallcage-0.2.5 project/bluecloth/_smc/helpers/blue_cloth_helper.rb