3 4 5
# File 'app/controllers/markdown_controller.rb', line 3 def parse render :text => MdPreview::Parser.parse(params[:text]) end