We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d72bf commit e8d41e4Copy full SHA for e8d41e4
doc/configuration_en.md
@@ -63,10 +63,10 @@ export default {
63
indentWithTabs: false,
64
initialValue: 'Hello world!',
65
insertTexts: {
66
- horizontalRule: [', '\n\n-----\n\n'],
+ horizontalRule: ['', '\n\n-----\n\n'],
67
image: [''],
68
link: ['[', '](http://)'],
69
- 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']
70
},
71
lineWrapping: false,
72
parsingConfig: {
0 commit comments