vim-snippets/snippets/markdown.snippets
Marc Weber 94aebfaadd Move all snippet files into a snippets directory so that you can install it
using VAM. The reason is that snipmate automatically looks for snippets
found in &rtp/snippets
2011-06-21 09:02:13 +02:00

8 lines
135 B
Plaintext

# Markdown
snippet [
[${1:text}](http://${2:address} "${3:title}")
snippet ![
![${1:alttext}](${2:/images/image.jpg} "${3:title}")