This commit is contained in:
Bjarke Rønnow 2017-03-01 12:41:34 +01:00
parent 44b5b14e9b
commit a57de1f530

View file

@ -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"]
};