view app/assets/javascripts/config/marked.js.coffee @ 366:26545fe719ca

Remove caching system. Too much complexity for something that is really simple.
author edogawaconan <me@myconan.net>
date Sat, 14 Feb 2015 01:35:45 +0900
parents 259a47cd3f44
children
line wrap: on
line source

#= require marked
marked.setOptions
  gfm: true
  pedantic: true
  sanitize: true