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