view app/assets/javascripts/config/marked.js @ 338:cfbf85da43c6

Update gems.
author edogawaconan <me@myconan.net>
date Sun, 11 May 2014 16:53:07 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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