module Slackdown

Constants

VERSION

Public Class Methods

convert(markdown, options={}) click to toggle source
# File lib/slackdown.rb, line 8
def self.convert(markdown, options={})
  Kramdown::Document.new(markdown.to_s, options.merge(input: "GFM")).to_slack
end