view app/assets/javascripts/init.marked.js @ 177:d310a716207b

Added paste key information for txt paste.
author Edho Arief <edho@myconan.net>
date Fri, 01 Feb 2013 22:26:36 +0700
parents 7efe5e87658e
children
line wrap: on
line source

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