module Minidown

Constants

VERSION

Public Class Methods

render(str, options = {}) click to toggle source
# File lib/minidown.rb, line 9
def render str, options = {}
  Parser.new(options).render str
end