.dotfiles/.vim/snipps/markwdown.snippets
2019-05-10 00:41:25 +02:00

4 lines
87 B
Text

extends html
snippet ref "Markdown Link"
[$1]({${2:https://$3}${4: "$5"})$0
endsnippet