Sha256: f6ca3f2e9d78ab1f088b66f661695210ed77470fe0fa6a957bfdeabf29310512

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

module ExceptionallyBeautiful
  module RenderHelper
    def markdown(str)
      ExceptionallyBeautiful::MarkdownRenderer.new(str).render
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exceptionally_beautiful-0.1.5 app/helpers/exceptionally_beautiful/render_helper.rb
exceptionally_beautiful-0.1.4 app/helpers/exceptionally_beautiful/render_helper.rb
exceptionally_beautiful-0.1.3 app/helpers/exceptionally_beautiful/render_helper.rb
exceptionally_beautiful-0.1.2 app/helpers/exceptionally_beautiful/render_helper.rb
exceptionally_beautiful-0.1.1 app/helpers/exceptionally_beautiful/render_helper.rb
exceptionally_beautiful-0.1.0 app/helpers/exceptionally_beautiful/render_helper.rb