view app/assets/javascripts/init.marked.js @ 193:d09bdb5904f5

Update gems
author Edho Arief <edho@myconan.net>
date Thu, 04 Apr 2013 11:26:02 +0900
parents 7efe5e87658e
children
line wrap: on
line source

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