Merge a57de1f5304e5fceed90feada6d9e910e2bb52f1 into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1

This commit is contained in:
Bjarke Rønnow 2017-05-17 21:33:40 +00:00 committed by GitHub
commit 60760738fd

View File

@ -1277,7 +1277,7 @@ var toolbarBuiltInButtons = {
var insertTexts = { var insertTexts = {
link: ["[", "](#url#)"], link: ["[", "](#url#)"],
image: ["![](", "#url#)"], image: ["![", "](#url#)"],
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"] horizontalRule: ["", "\n\n-----\n\n"]
}; };