msfjarvis.dev/.vscode/figure.code-snippets

11 lines
222 B
Plaintext

{
"Hugo figure": {
"scope": "markdown",
"prefix": "",
"body": [
"{{<figure src=\"\" alt=\"\" title=\"Date taken: \" loading=\"lazy\">}}",
],
"description": "Add a Hugo figure shortcode",
},
}