VSCode -> MarkDown Snippet Setting

该内容提供了一套Markdown语言的快捷输入模板,包括不同级别的标题、图片、代码块、分隔线、加粗和斜体文字、删除线、内联代码、数学公式以及任务列表和表格的快速创建方法,旨在提高Markdown编写效率。
摘要由CSDN通过智能技术生成

Usage

Step1

Step1

Step2

Step2

Code

{
	"H1": {
		"prefix": "h1",
		"body": [
			"# ${1:H1}",
			"${0}"
		],
		"description": "H1"
	},
	"H2": {
		"prefix": "h2",
		"body": [
			"## ${1:H2}",
			"${0}"
		],
		"description": "H2"
	},
	"H3": {
		"prefix": "h3",
		"body": [
			"### ${1:H3}",
			"${0}"
		],
		"description": "H3"
	},
	"H4": {
		"prefix": "h4",
		"body": [
			"#### ${1:H4}",
			"${0}"
		],
		"description": "H4"
	},
	"picture": {
		"prefix": "pic",
		"body": [
			"![](${1:link})",
			"${0}"
		],
		"description": "picture"
	},
	"code block": {
		"prefix": "code",
		"body": [
			"```${1:lang}",
			"${2:code}",
			"```",
			"${0}"
		],
		"description": "code block"
	},
	"split line": {
		"prefix": "line",
		"body": [
			"",
			"---",
			"",
			"${0}"
		],
		"description": "split line"
	},
	"bold font": {
		"prefix": "bo",
		"body": [
			"**${1:content}**${0}"
		],
		"description": "bold font"
	},
	"italic font": {
		"prefix": "ita",
		"body": [
			"*${1:content}*${0}"
		],
		"description": "italic font"
	},
	"bold italic font": {
		"prefix": "bi",
		"body": [
			"***${1:content}***${0}"
		],
		"description": "bold italic font"
	},
	"slashed font": {
		"prefix": "sla",
		"body": [
			"~~${1:content}~~${0}"
		],
		"description": "slashed font"
	},
	"inline content": {
		"prefix": "ili",
		"body": [
			"`${1:content}`${0}"
		],
		"description": "inline content"
	},
	"inline math": {
		"prefix": "ima",
		"body": [
			"$${1:math}$${0}"
		],
		"description": "inline math"
	},
	"blocked math": {
		"prefix": "bma",
		"body": [
			"$$",
			"${1:math}",
			"$$",
			"${0}"
		],
		"description": "blocked math"
	},
	"anchor": {
		"prefix": "a",
		"body": [
			"[${1:title}](${2:link})${0}"
		],
		"description": "anchor"
	},
	"checked block": {
		"prefix": "che",
		"body": [
			"- [x] ${1:content}${0}"
		],
		"description": "checked block"
	},
	"unchecked block": {
		"prefix": "uch",
		"body": [
			"- [ ] ${1:content}${0}"
		],
		"description": "unchecked block"
	},
	"centered picture": {
		"prefix": "cpic",
		"body": [
			"<div align=center><img src=\"${1:link}\"></div>",
			"${0}"
		],
		"description": "centered picture"
	},
	"Insert a simple table with 2 columns": {
		"prefix": "table2",
		"body": [
			"|${0:title} |  |",
			"| - | - |",
			"|   |   |"
		],
		"description": "Insert a simple table"
	},
	"Insert a simple table with 3 columns": {
		"prefix": "table3",
		"body": [
			"|${0:title} |  | |",
			"| - | - | - | ",
			"|   |   | | "
		],
		"description": "Insert a simple table"
	}	
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值