view app/assets/javascripts/config/marked.js @ 315:325fcf388442

Another test for paste creation.
author edogawaconan <me@myconan.net>
date Sat, 05 Apr 2014 23:20:32 +0900
parents 22c4b5f90e24
children
line wrap: on
line source

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