view app/assets/javascripts/init.marked.js @ 146:601c608637e7

Accidentally +.
author Edho Arief <edho@myconan.net>
date Sun, 18 Nov 2012 00:48:32 +0700
parents 7efe5e87658e
children
line wrap: on
line source

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