json VSCode_markdown_snippets

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json VSCode_markdown_snippets相关的知识,希望对你有一定的参考价值。

{
  // 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:
  // "Print to console": {
  // 	"prefix": "log",
  // 	"body": [
  // 		"console.log('$1');",
  // 		"$2"
  // 	],
  // 	"description": "Log output to console"
  // }
  "info": {
    "prefix": "info",
    "body": ["{% hint style=\"info\" %}", "$1", "{% endhint %}"]
  },
  "img": {
    "prefix": "img",
    "body": "![]($1)"
  },
  "br_line": {
    "prefix": "br_line",
    "body": "  \n"
  },
  "link": {
    "prefix": "link",
    "body": "[$1]($2)"
  },
  "img_png": {
    "prefix": "img_png",
    "body": "[]($1.png)"
  },
  "summary": {
    "prefix": "summary",
    "body": "<!-- SUMMARY:$1 -->"
  }
}

以上是关于json VSCode_markdown_snippets的主要内容,如果未能解决你的问题,请参考以下文章

json数据和json数组格式数据的区别

JSON相关 JSON在线解析 JSON压缩转义工具 JSON着色工具 JSON 在线格式化工具 在线XML/JSON互相转换工具 XMLJSON在线转换

python中json文件处理涉及的四个函数json.dumps()和json.loads()json.dump()和json.load()的区分

python中json文件处理涉及的四个函数json.dumps()和json.loads()json.dump()和json.load()的区分

Python中json文件处理的四个函数json.dumps()json.loads()json.dump()和json.load()的区分

前端js把json字符串转json对象 java对象转json对象命令