Skip to content

Commit

Permalink
chore(snippets): remove link escape
Browse files Browse the repository at this point in the history
no longer necessary, since we send messages with the suppression flag
  • Loading branch information
almostSouji committed Aug 31, 2024
1 parent 8dde311 commit 07038ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tags.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"l"
],
"description": "Markdown link",
"body": "[$1](<$2>)"
"body": "[$1]($2)"
},
"learnmore": {
"prefix": [
"more",
"external"
],
"description": "Markdown link for extended resources",
"body": "[learn more](<$2>)"
"body": "[learn more]($2)"
}
}

0 comments on commit 07038ef

Please sign in to comment.