class Rocco

def process_markdown(text)

Convert Markdown to classy HTML.
def process_markdown(text)
  Markdown.new(text, :smart).to_html
end