Skip to content

Commit e8d41e4

Browse files
author
- -
committed
fix doc
1 parent a6d72bf commit e8d41e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ export default {
6363
indentWithTabs: false,
6464
initialValue: 'Hello world!',
6565
insertTexts: {
66-
horizontalRule: [', '\n\n-----\n\n'],
66+
horizontalRule: ['', '\n\n-----\n\n'],
6767
image: ['![](http://', ')'],
6868
link: ['[', '](http://)'],
69-
table: [', '\n\n| Column 1 | Column 2 | Column 3 |\n| -------- | -------- | -------- |\n| Text | Text | Text |\n\n']
69+
table: ['', '\n\n| Column 1 | Column 2 | Column 3 |\n| -------- | -------- | -------- |\n| Text | Text | Text |\n\n']
7070
},
7171
lineWrapping: false,
7272
parsingConfig: {

0 commit comments

Comments
 (0)