-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmarkdown.code-snippets
More file actions
69 lines (69 loc) · 1.01 KB
/
markdown.code-snippets
File metadata and controls
69 lines (69 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"kramdown verse tag": {
"scope": "markdown",
"prefix": [
"vrs"
],
"body": [
"",
"{:.verse}$0"
],
"description": "Inserts verse class tag"
},
"tighten tag": {
"scope": "markdown",
"prefix": [
"t5"
],
"body": [
"{:.tighten-${1:5}$0}",
""
],
"description": "Inserts a tighten-* class tag"
},
"loosen tag": {
"scope": "markdown",
"prefix": [
"l5"
],
"body": [
"{:.loosen-${1:5}$0}",
""
],
"description": "Inserts a tighten-* class tag"
},
"dynamic indexing tag": {
"scope": "markdown",
"prefix": [
"inx"
],
"body": [
"<!--index:",
"",
"-->",
""
],
"description": "Inserts dynamic index tag"
},
"first-paragraph tag": {
"scope": "markdown",
"prefix": [
"fst"
],
"body": [
"{:.first}$0"
],
"description": "Inserts a {:.first} tag"
},
"sidenote tag": {
"scope": "markdown",
"prefix": [
"snt"
],
"body": [
"{:.sidenote}",
"$0"
],
"description": "Inserts a {:.sidenote} class tag"
}
}