feat: add content repository example
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"New easy-slides page": {
|
||||
"scope": "markdown",
|
||||
"prefix": "slide-page",
|
||||
"body": [
|
||||
"---",
|
||||
"layout: ${1:default}",
|
||||
"---",
|
||||
"",
|
||||
"## ${2:标题}",
|
||||
"",
|
||||
"${3:内容}",
|
||||
"",
|
||||
"<!--",
|
||||
"${4:演讲备注}",
|
||||
"-->"
|
||||
],
|
||||
"description": "插入一页 easy-slides 幻灯片"
|
||||
},
|
||||
"Smart image": {
|
||||
"scope": "markdown",
|
||||
"prefix": "slide-image",
|
||||
"body": [
|
||||
"{fit=\"${3:contain}\" position=\"${4:center}\" max-height=\"${5:60vh}\"}"
|
||||
],
|
||||
"description": "插入带自动适配属性的图片"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user