class Lookbook::MarkdownRenderer

def initialize(text, opts = {})

def initialize(text, opts = {})
  @text = text
  @opts = Lookbook.config.markdown_options.merge(opts.to_h)
end