Merge pull request #220 from adriaanzon/development

Fix table spacing
pull/222/head
Wes Cossick 8 years ago
commit 2bac0bbcec

@ -843,7 +843,7 @@ var toolbarBuiltInButtons = {
var insertTexts = {
link: ["[", "](http://)"],
image: ["![](http://", ")"],
table: ["", "\n\n| Column 1 | Column 2 | Column 3 |\n| -------- | -------- | -------- |\n| Text | Text | Text |\n\n"],
table: ["", "\n\n| Column 1 | Column 2 | Column 3 |\n| -------- | -------- | -------- |\n| Text | Text | Text |\n\n"],
horizontalRule: ["", "\n\n-----\n\n"]
};

Loading…
Cancel
Save