view app/assets/javascripts/config/marked.js @ 279:44305fb57a65

Wtf was that.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:43:00 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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