Mercurial > public > sg101
changeset 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 | d260aef91ad7 |
children | f5aa74dcdd7a |
files | static/js/markitup/sets/markdown/set.js |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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},