rickvanlieshout.com/.vscode/markdown.code-snippets

16 lines
238 B
Plaintext
Raw Permalink Normal View History

2022-09-21 21:21:25 +02:00
{
"table": {
"prefix": ["table"],
"body": [
"<!-- prettier-ignore -->",
"| | |",
"| --- | --- |",
"| | |",
"| | |",
""
],
"description": "simple table"
},
}