Sha256: ebcb4f8ba41cc2c0f2b316ef675bb0ee09f479337a1207e798623eb5bfd58ab7
Contents?: true
Size: 155 Bytes
Versions: 17
Compression:
Stored size: 155 Bytes
Contents
module SmallCage module BlueClothHelper require "bluecloth" def render_markdown(str) BlueCloth.new(str).to_html end end end
Version data entries
17 entries across 17 versions & 2 rubygems