view app/assets/javascripts/config/marked.js @ 225:9998d8b6c524

Wrong usage of .delete
author Edho Arief <edho@myconan.net>
date Mon, 13 May 2013 13:19:13 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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