changeset 305:d502a997360e

Fixing #110; Removed the prompts for alt text & titles from img and link buttons in the markitup editor. This was confusing users.
author Brian Neal <bgneal@gmail.com>
date Sat, 15 Jan 2011 21:29:00 +0000
parents 0231aad9e211
children 6ca2c474d92f
files media/js/markitup/sets/markdown/set.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/media/js/markitup/sets/markdown/set.js	Sat Jan 15 21:11:50 2011 +0000
+++ b/media/js/markitup/sets/markdown/set.js	Sat Jan 15 21:29:00 2011 +0000
@@ -26,8 +26,8 @@
 			return markItUp.line+'. ';
 		}},
 		{separator:'---------------' },
-		{name:'Picture', key:'P', replaceWith:'![[![Alternative text]!]]([![Url:!:http://]!] "[![Title]!]")'},
-		{name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!] "[![Title]!]")', placeHolder:'Your text to link here...' },
+		{name:'Picture', key:'P', replaceWith:'![image]([![Url:!:http://]!])'},
+		{name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!])', placeHolder:'Your text to link here...' },
 		{separator:'---------------'},	
 		{name:'Quotes', openWith:'> '},
 		{name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)'},