.dotfiles/vim/snipps/markwdown.snippets

4 lines
87 B
Text

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