mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-25 08:22:19 +00:00
20 lines
370 B
Text
20 lines
370 B
Text
{
|
|
"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"
|
|
},
|
|
}
|