view app/assets/javascripts/init.marked.js @ 179:b1aa7865bc7f

Added paste id data to markup.
author Edho Arief <edho@myconan.net>
date Fri, 01 Feb 2013 22:37:06 +0700
parents 7efe5e87658e
children
line wrap: on
line source

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