-
Notifications
You must be signed in to change notification settings - Fork 6
/
data.json
55 lines (55 loc) · 1.12 KB
/
data.json
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
{
"shortcuts": {
"d": {
"tagName": "div",
"type": "block"
},
"i": {
"tagName": "em",
"type": "inline"
},
"1": {
"tagName": "h1",
"type": "heading"
},
"2": {
"tagName": "h2",
"type": "heading"
},
"3": {
"tagName": "h3",
"type": "heading"
},
"4": {
"tagName": "h4",
"type": "heading"
},
"5": {
"tagName": "h5",
"type": "heading"
},
"6": {
"tagName": "h6",
"type": "heading"
},
"l": {
"tagName": "li",
"type": "block"
},
"p": {
"tagName": "p",
"type": "block"
},
"b": {
"tagName": "strong",
"type": "inline"
},
"9": {
"tagName": "br",
"tagDisplay": "br/",
"type": "inline",
"isEmpty": true,
"insertTrailingSlash": true
}
}
}