Mercurial > public > sg101
diff static/js/markitup/sets/markdown/set.js @ 975:8c3d52b7cbd1
Remove the image button on the MarkItUp! editor.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 05 Oct 2015 20:06:24 -0500 |
parents | 4f265f61874b |
children |
line wrap: on
line diff
--- a/static/js/markitup/sets/markdown/set.js Thu Oct 01 20:18:48 2015 -0500 +++ b/static/js/markitup/sets/markdown/set.js Mon Oct 05 20:06:24 2015 -0500 @@ -28,7 +28,6 @@ return markItUp.line+'. '; }, multiline:true}, {separator:'---------------' }, - {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:'> ', multiline:true},