Created
April 18, 2021 18:55
-
-
Save uddesson/fef3145498a2d7fc2317548a1898d2c6 to your computer and use it in GitHub Desktop.
VScode markdown link snippet
This file contains 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
Show hidden characters
{ | |
"Markdown link": { | |
"scope": "md, markdown, mdx", | |
"prefix": "mdlink", | |
"body": [ | |
"[$2]($1)" | |
], | |
"description": "Markdown link with url as tabindex 1 and name as tabindex 2." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment