view app/assets/javascripts/config/marked.js @ 218:010bfb3a3463

Somehow nuked the hash_magic init.
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:53:14 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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