File tree 1 file changed +59
-0
lines changed
1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ snippet bold
3
+ abbr *text*
4
+ options head
5
+ *${1} *${2}
6
+
7
+ snippet scratch
8
+ abbr ~~scratch~~
9
+ options head
10
+ ~~${1} ~~${2}
11
+
12
+ snippet italic
13
+ abbr _italic_
14
+ options head
15
+ _${1} _${2}
16
+
17
+ snippet sub
18
+ abbr ,,sub,,
19
+ options head
20
+ ,,${1} ,,${2}
21
+
22
+ snippet upper
23
+ abbr ^upper^
24
+ options head
25
+ ^${1} ^${2}
26
+
27
+ snippet image_local
28
+ abbr {{<image path>}}
29
+ options head
30
+ {{local:${1: image_path } }}${2}
31
+
32
+ snippet image
33
+ abbr {{<image url>}}
34
+ options head
35
+ {{http://${1: image_url } }}${2}
36
+
37
+ snippet table
38
+ abbr table template
39
+ options head
40
+ |${1: title } |${2: title } |
41
+ |---|---|
42
+ |${3: value } |${4: value }${5: TARGET } |
43
+
44
+ snippet definintion
45
+ abbr definition
46
+ options head
47
+ term:: ${1: definintion }
48
+
49
+ snippet tag
50
+ abbr :tag1:tag2:
51
+ options head
52
+ :${1: tag } :${3}
53
+
54
+ snippet code
55
+ abbr {{{<code>}}}
56
+ options head
57
+ {{{
58
+ ${0: TARGET }
59
+ }}}
You can’t perform that action at this time.
0 commit comments