Remove "Short description of image"

It's easier if users don't even know that's a possibility, honestly.
pull/75/head
Wes Cossick 9 years ago
parent d3f528accb
commit d1da791320

@ -189,7 +189,7 @@ function drawLink(editor) {
function drawImage(editor) {
var cm = editor.codemirror;
var stat = getState(cm);
_replaceSelection(cm, stat.image, '![Short description of image](http://', ')');
_replaceSelection(cm, stat.image, '![](http://', ')');
}

Loading…
Cancel
Save