view app/assets/javascripts/config/marked.js @ 232:e3468efc9ec9

Do check if we're on the right place
author Edho Arief <edho@myconan.net>
date Sat, 25 May 2013 12:15:27 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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