Skip to content

Commit 6280d58

Browse files
authored
Take out http (#1084)
1 parent 3a0351e commit 6280d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/rmarkdown.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
"Insert image": {
112112
"prefix": "image",
113-
"body": "![${1:alt}](http://${2:link})$0",
113+
"body": "![${1:alt}](${2:link})$0",
114114
"description": "Insert image"
115115
},
116116
"Insert code chunk": {

0 commit comments

Comments
 (0)