-
Notifications
You must be signed in to change notification settings - Fork 181
/
pink.json
90 lines (90 loc) Β· 1.34 KB
/
pink.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"document": {
"margin": 2
},
"block_quote": {
"indent": 1,
"indent_token": "β "
},
"paragraph": {},
"list": {
"level_indent": 2
},
"heading": {
"block_suffix": "\n",
"color": "212",
"bold": true
},
"h1": {
"block_prefix": "\n",
"block_suffix": "\n"
},
"h2": {
"prefix": "β "
},
"h3": {
"prefix": "β "
},
"h4": {
"prefix": "β "
},
"h5": {
"prefix": "β "
},
"h6": {
"prefix": "β ",
"bold": false
},
"text": {},
"strikethrough": {
"crossed_out": true
},
"emph": {
"italic": true
},
"strong": {
"bold": true
},
"hr": {
"color": "212",
"format": "\nββββββ\n"
},
"item": {
"block_prefix": "β’ "
},
"enumeration": {
"block_prefix": ". "
},
"task": {
"ticked": "[β] ",
"unticked": "[ ] "
},
"link": {
"color": "99",
"underline": true
},
"link_text": {
"bold": true
},
"image": {
"underline": true
},
"image_text": {
"format": "Image: {{.text}}"
},
"code": {
"prefix": " ",
"suffix": " ",
"color": "212",
"background_color": "236"
},
"code_block": {},
"table": {},
"definition_list": {},
"definition_term": {},
"definition_description": {
"block_prefix": "\nπ Ά "
},
"html_block": {},
"html_span": {}
}