view app/assets/javascripts/init.marked.js @ 211:5e1d728975a4

Refactor
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:41:08 +0900
parents 7efe5e87658e
children
line wrap: on
line source

marked.setOptions({
  gfm: true,
  pedantic: true,
  sanitize: true
});