Skip to content

Instantly share code, notes, and snippets.

@Taubin
Created May 3, 2019 09:04
Show Gist options
  • Save Taubin/12371b9003607feac707f75c1fb69b73 to your computer and use it in GitHub Desktop.
Save Taubin/12371b9003607feac707f75c1fb69b73 to your computer and use it in GitHub Desktop.
VS Code markdown snippet
{
"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