Skip to content

Commit 63d9223

Browse files
committed
🔨 snippets
1 parent 4b62285 commit 63d9223

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/markdown.code-snippets

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Reference Element": {
3+
"scope": "markdown,react-markdown",
4+
"prefix": "reference",
5+
"body": [
6+
"<Reference\n\ttitle='$1'\n\tdescription='$2'\n\thyperlink='$3'\n/>"
7+
],
8+
"description": "Reference Element"
9+
},
10+
"Gist Element": {
11+
"scope": "markdown,react-markdown",
12+
"prefix": "gist",
13+
"body": "`gist:$1/$2#$3`",
14+
"description": "Gist Element"
15+
}
16+
}

0 commit comments

Comments
 (0)