Skip to content

Commit ea068f1

Browse files
authored
fix(markdown): use correct placeholder values for table 5x2 (rafamadriz#421)
1 parent d2b29e8 commit ea068f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snippets/markdown.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@
229229
"Insert 5x2 table": {
230230
"prefix": "5x2table",
231231
"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} |",
232+
"| ${1:Column1} | ${2:Column2} |",
233+
"|--------------- | --------------- |",
234+
"| ${3:Item1.1} | ${4:Item2.1} |",
235+
"| ${5:Item1.2} | ${6:Item2.2} |",
236+
"| ${7:Item1.3} | ${8:Item2.3} |",
237+
"| ${9:Item1.4} | ${10:Item2.4} |",
238238
"${0}"
239239
],
240240
"description": "Insert table with 5 rows and 2 columns. First row is heading."

0 commit comments

Comments
 (0)