Module: GhPreview::Converter
Instance Method Summary collapse
Instance Method Details
#to_html(markdown) ⇒ Object
8 9 10 |
# File 'lib/gh_preview/converter.rb', line 8 def to_html(markdown) pipeline.call(markdown)[:output].to_s end |