Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Created July 14, 2023 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredyRosero/a017adb38d09c2c84c8d72e5f4b1ec4f to your computer and use it in GitHub Desktop.
Save FredyRosero/a017adb38d09c2c84c8d72e5f4b1ec4f to your computer and use it in GitHub Desktop.
Visual Studio Code Markdown Snippet for Centered Image with footnote
"Centered image with footnote": {
"prefix": "image",
"body": [
"| ![$1]($2) | ",
"| :--: |",
"| $3 |"
],
"description": "Visual Studio Code Markdown Snippet for Centered image with footnote"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment