diff static/js/markitup/sets/markdown/set.js @ 356:f54bf3b3bece

Fix 180; Add strikethrough capability to markdown via an extension. Also control in SVN the extensions we are using.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Mar 2011 02:10:37 +0000
parents 88b2b9cb8c1f
children 2e90b63520b8
line wrap: on
line diff
--- a/static/js/markitup/sets/markdown/set.js	Fri Mar 04 01:34:43 2011 +0000
+++ b/static/js/markitup/sets/markdown/set.js	Fri Mar 04 02:10:37 2011 +0000
@@ -20,6 +20,7 @@
 	markupSet: [
 		{name:'Bold', key:'B', openWith:'**', closeWith:'**'},
 		{name:'Italic', key:'I', openWith:'_', closeWith:'_'},
+		{name:'Strike', key:'S', openWith:'--', closeWith:'--'},
 		{separator:'---------------' },
 		{name:'Bulleted List', openWith:'- ' },
 		{name:'Numeric List', openWith:function(markItUp) {