view app/assets/javascripts/init.marked.js @ 135:0cd87e69dd65

Reorganize.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 17:41:48 +0700
parents 7efe5e87658e
children
line wrap: on
line source

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