Skip to content

Commit bed21d5

Browse files
committed
mdproblem snippet solutions part changed
1 parent acb12c0 commit bed21d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vscode/qa-template.code-snippets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"## 🔐 Solutions",
2626
"<!-- Solutions of problem and their links. -->",
2727
"",
28-
"| ID | METHOD | LINK |",
29-
"| :-- | :-----: | :------------- |",
30-
"| 1 | example | [answer](link) |",
28+
"| ID | METHOD |",
29+
"| :-- | :--------------------: |",
30+
"| 1 | [example](1-answer.md) |",
3131
""
3232
],
3333
"description": "It creates a problem template for leetcode"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ You can create a custom snippet for .md files in Visual Studio Code:
8383
"## 🔐 Solutions",
8484
"<!-- Solutions of problem and their links. -->",
8585
"",
86-
"| ID | METHOD | LINK |",
87-
"| :-- | :-----: | :------------- |",
88-
"| 1 | example | [answer](link) |",
86+
"| ID | METHOD |",
87+
"| :-- | :--------------------: |",
88+
"| 1 | [example](1-answer.md) |",
8989
""
9090
],
9191
"description": "It creates a problem template for leetcode"

0 commit comments

Comments
 (0)