Sha256: 5219ff556c6fbc50a4e501c40c0ae1a54089bf0aabb8d4a460cb4d49d50fd952

Contents?: true

Size: 182 Bytes

Versions: 81

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

module Spotlight
  module RenderingHelper # :nodoc:
    def render_markdown(text)
      GitHub::Markup.render('.md', text).html_safe
    end
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
blacklight-spotlight-2.5.0 app/helpers/spotlight/rendering_helper.rb