view app/assets/javascripts/config/marked.js @ 256:0b5f83d99c54

Update README to reflect database change.
author edogawaconan <me@myconan.net>
date Mon, 14 Oct 2013 17:51:27 +0000
parents 22c4b5f90e24
children
line wrap: on
line source

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