view app/assets/javascripts/config/marked.js @ 242:720ef40cb4bb

Don't break word in weird way. ...I think.
author Edho Arief <edho@myconan.net>
date Fri, 09 Aug 2013 08:39:59 +0000
parents 22c4b5f90e24
children
line wrap: on
line source

//= require marked
marked.setOptions({
  gfm: true,
  pedantic: true,
  sanitize: true
})