view app/assets/javascripts/config/marked.js @ 214:22c4b5f90e24

Massive javascript and html refactor. Also, ie9
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:43:38 +0900
parents
children
line wrap: on
line source

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