{ // Place your snippets for markdown here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: "center": { "prefix": "center", "body": [ "
"
]
},
"Markdown插入图片": {
"prefix": "tu",
"body": [
""
],
"description": "Markdown插入图片"
},
"对号": {
"prefix": "dh",
"body": [
"$✔$"
]
},
"错号": {
"prefix": "ch",
"body": [
"$✘$"
]
},
"三角形": {
"prefix": "sjx",
"body": [
"$\\triangle $1 $"
]
},
"角": {
"prefix": "jiao",
"body": [
"$\\angle $1 $"
]
},
"垂直": {
"prefix": "cz",
"body": [
"$\\perp $1 $"
]
},
"因为": {
"prefix": "yw",
"body": [
"$\\because$"
]
},
"所以": {
"prefix": "sy",
"body": [
"$\\therefore$"
]
},
"角度": {
"prefix": "jd",
"body": [
"$$1^ \\circ$"
]
},
"全等": {
"prefix": "qd",
"body": [
"$\\cong $"
]
},
"相似": {
"prefix": "xs",
"body": [
"$\\sim $"
]
},
"正方形": {
"prefix": "zf",
"body": [
"$\\Box $1 $"
]
},
"一星": {
"prefix": "xing1",
"body": [
"★"
]
},
"二星": {
"prefix": "xing2",
"body": [
"★★"
]
},
"三星": {
"prefix": "xing3",
"body": [
"★★★"
]
},
"四星": {
"prefix": "xing4",
"body": [
"★★★★"
]
},
"五星": {
"prefix": "xing5",
"body": [
"★★★★★"
]
},
"Print to line number code": {
"prefix": "cpp",
"body": [
"```cpp {.line-numbers}",
"$2",
"```"
],
"description": "得到一个带语法高亮和行号的代码块模板"
},
"hu": {
"prefix": "hu",
"body": [
"$\\overset{{\\frown}}{}$"
]
},
"矩阵": {
"prefix": "jz",
"body": [
"$\\begin{bmatrix}",
"& \\\\\\ ",
"& ",
"\\end{bmatrix}$"
]
},
"最大值带下面的范围": {
"prefix": "mx",
"body": [
"$\\displaystyle \\max_{\\substack{v \\in son[u]}}$"
]
}
}