Merge 951740b0df6df9474527b671a618f818f4990938 into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1

This commit is contained in:
ucev 2017-05-17 21:33:40 +00:00 committed by GitHub
commit f4e2129751

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