module Sinatra::Templates
def markdown(template, options={}, locals={})
def markdown(template, options={}, locals={}) render :markdown, template, options, locals end
def markdown(template, options={}, locals={}) render :markdown, template, options, locals end