mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
parent
5ce71523aa
commit
d8868f4639
1 changed files with 0 additions and 20 deletions
20
.vscode/clarity.code-snippets
vendored
20
.vscode/clarity.code-snippets
vendored
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"Add Hugo Notice": {
|
|
||||||
"scope": "markdown",
|
|
||||||
"prefix": "note",
|
|
||||||
"body": [
|
|
||||||
"{{% notice ${1|note,info,tip,warning|} ${2:title} %}}",
|
|
||||||
"$3",
|
|
||||||
"{{% /notice %}}"
|
|
||||||
],
|
|
||||||
"description": "create note"
|
|
||||||
},
|
|
||||||
"Add Hugo Reference": {
|
|
||||||
"scope": "markdown",
|
|
||||||
"prefix": "ref",
|
|
||||||
"body": [
|
|
||||||
"{{< ref \"$1\" >}}"
|
|
||||||
],
|
|
||||||
"description": "create local ref link"
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue