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 f296715 commit 6a6df96Copy full SHA for 6a6df96
extensions/markdown-basics/snippets/markdown.code-snippets
@@ -71,12 +71,12 @@
71
},
72
"Insert link": {
73
"prefix": "link",
74
- "body": "[${TM_SELECTED_TEXT:${1:text}}](https://${2:link})$0",
+ "body": "[${TM_SELECTED_TEXT:${1:text}}](${2:https://})$0",
75
"description": "Insert link"
76
77
"Insert image": {
78
"prefix": "image",
79
- "body": "$0",
+ "body": "$0",
80
"description": "Insert image"
81
82
"Insert strikethrough": {
0 commit comments