view app/assets/javascripts/config/marked.js @ 249:620934712308

The correct way to set session store.
author edogawaconan <me@myconan.net>
date Thu, 10 Oct 2013 04:47:34 +0000
parents 22c4b5f90e24
children
line wrap: on
line source

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