Skip to content

Commit f0a3184

Browse files
joshpetitlpil
authored andcommitted
Update markdown.snippets
Don't add a default protocol
1 parent 96d7952 commit f0a3184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/markdown.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The suffix `c` stands for "Clipboard".
66

77
snippet [
8-
[${1:text}](https://${2:address})
8+
[${1:text}](${2:address})
99
snippet [*
1010
[${1:link}](${2:`@*`})
1111
snippet [c

0 commit comments

Comments
 (0)