view app/assets/javascripts/init.marked.js @ 213:0993715b455d

Add make private checkbox
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:42:43 +0900
parents 7efe5e87658e
children
line wrap: on
line source

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