diff --git a/src/js/simplemde.js b/src/js/simplemde.js index 9b50513..0e1b0fa 100644 --- a/src/js/simplemde.js +++ b/src/js/simplemde.js @@ -1275,7 +1275,7 @@ var toolbarBuiltInButtons = { var insertTexts = { link: ["[", "](#url#)"], - image: ["![](", "#url#)"], + image: ["![", "](#url#)"], table: ["", "\n\n| Column 1 | Column 2 | Column 3 |\n| -------- | -------- | -------- |\n| Text | Text | Text |\n\n"], horizontalRule: ["", "\n\n-----\n\n"] }; @@ -2079,4 +2079,4 @@ SimpleMDE.prototype.toTextArea = function() { } }; -module.exports = SimpleMDE; \ No newline at end of file +module.exports = SimpleMDE;