Sha256: 5219ff556c6fbc50a4e501c40c0ae1a54089bf0aabb8d4a460cb4d49d50fd952
Contents?: true
Size: 182 Bytes
Versions: 76
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
76 entries across 76 versions & 1 rubygems