view app/assets/javascripts/init.marked.js @ 183:fc234f8cf3d9

Return on duplicate based on post format.
author Edho Arief <edho@myconan.net>
date Tue, 12 Feb 2013 11:32:14 +0900
parents 7efe5e87658e
children
line wrap: on
line source

marked.setOptions({
  gfm: true,
  pedantic: true,
  sanitize: true
});