Created
May 3, 2019 09:04
-
-
Save Taubin/12371b9003607feac707f75c1fb69b73 to your computer and use it in GitHub Desktop.
VS Code markdown snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"insert image": { | |
"prefix": "img", | |
"body": [ | |
"{% include image.html url=\"${1:link}\" description=\"${2:alt-text}\" %}" | |
], | |
"description": "insert image" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment