module Lookbook::ApplicationHelper

def markdown(text)

def markdown(text)
  Markdown.new(text).to_html.html_safe
end