File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
" ## 🔐 Solutions" ,
26
26
" <!-- Solutions of problem and their links. -->" ,
27
27
" " ,
28
- " | ID | METHOD | LINK |" ,
29
- " | :-- | :-----: | : ------------- |" ,
30
- " | 1 | example | [answer](link ) |" ,
28
+ " | ID | METHOD |" ,
29
+ " | :-- | :--------------------: |" ,
30
+ " | 1 | [example](1-answer.md ) |" ,
31
31
" "
32
32
],
33
33
"description" : " It creates a problem template for leetcode"
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ You can create a custom snippet for .md files in Visual Studio Code:
83
83
" ## 🔐 Solutions" ,
84
84
" <!-- Solutions of problem and their links. -->" ,
85
85
" " ,
86
- " | ID | METHOD | LINK |" ,
87
- " | :-- | :-----: | : ------------- |" ,
88
- " | 1 | example | [answer](link ) |" ,
86
+ " | ID | METHOD |" ,
87
+ " | :-- | :--------------------: |" ,
88
+ " | 1 | [example](1-answer.md ) |" ,
89
89
" "
90
90
],
91
91
"description" : " It creates a problem template for leetcode"
You can’t perform that action at this time.
0 commit comments