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 d2b29e8 commit ea068f1Copy full SHA for ea068f1
snippets/markdown.json
@@ -229,12 +229,12 @@
229
"Insert 5x2 table": {
230
"prefix": "5x2table",
231
"body": [
232
- "| ${1:Column1} | ${2:Column2} |",
233
- "| -------------- | --------------- |",
234
- "| ${3:Item1.1} | ${4:Item2.1} |",
235
- "| ${4:Item1.2} | ${5:Item2.2} |",
236
- "| ${6:Item1.3} | ${7:Item2.3} |",
237
- "| ${8:Item1.4} | ${9:Item2.4} |",
+ "| ${1:Column1} | ${2:Column2} |",
+ "|--------------- | --------------- |",
+ "| ${3:Item1.1} | ${4:Item2.1} |",
+ "| ${5:Item1.2} | ${6:Item2.2} |",
+ "| ${7:Item1.3} | ${8:Item2.3} |",
+ "| ${9:Item1.4} | ${10:Item2.4} |",
238
"${0}"
239
],
240
"description": "Insert table with 5 rows and 2 columns. First row is heading."
0 commit comments