diff app/assets/javascripts/init.marked.js @ 128:7efe5e87658e

Separated marked configuration.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 17:23:35 +0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/assets/javascripts/init.marked.js	Mon Nov 12 17:23:35 2012 +0700
@@ -0,0 +1,5 @@
+marked.setOptions({
+  gfm: true,
+  pedantic: true,
+  sanitize: true
+});