module Troy::Helpers

def markdown(text)

def markdown(text)
  Troy::Markdown.new(text).to_html
end