@zjlab-frontier/markdown 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,107 +1,107 @@
1
- .markdown-body {
2
- pre {
3
- padding: 0;
4
- }
5
-
6
- pre,
7
- code {
8
- font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
9
- }
10
-
11
- pre code {
12
- display: block;
13
- overflow-x: auto;
14
- padding: 1em;
15
- }
16
-
17
- code {
18
- padding: 3px 5px;
19
- }
20
-
21
- .hljs,
22
- pre {
23
- background: #1a1b26;
24
- color: #cbd2ea;
25
- }
26
-
27
- .hljs-comment,
28
- .hljs-meta {
29
- color: #565f89;
30
- }
31
-
32
- .hljs-deletion,
33
- .hljs-doctag,
34
- .hljs-regexp,
35
- .hljs-selector-attr,
36
- .hljs-selector-class,
37
- .hljs-selector-id,
38
- .hljs-selector-pseudo,
39
- .hljs-tag,
40
- .hljs-template-tag,
41
- .hljs-variable.language_ {
42
- color: #f7768e;
43
- }
44
-
45
- .hljs-link,
46
- .hljs-literal,
47
- .hljs-number,
48
- .hljs-params,
49
- .hljs-template-variable,
50
- .hljs-type,
51
- .hljs-variable {
52
- color: #ff9e64;
53
- }
54
-
55
- .hljs-attribute,
56
- .hljs-built_in {
57
- color: #e0af68;
58
- }
59
-
60
- .hljs-keyword,
61
- .hljs-property,
62
- .hljs-subst,
63
- .hljs-title,
64
- .hljs-title.class_,
65
- .hljs-title.class_.inherited__,
66
- .hljs-title.function_ {
67
- color: #7dcfff;
68
- }
69
-
70
- .hljs-selector-tag {
71
- color: #73daca;
72
- }
73
-
74
- .hljs-addition,
75
- .hljs-bullet,
76
- .hljs-quote,
77
- .hljs-string,
78
- .hljs-symbol {
79
- color: #9ece6a;
80
- }
81
-
82
- .hljs-code,
83
- .hljs-formula,
84
- .hljs-section {
85
- color: #7aa2f7;
86
- }
87
-
88
- .hljs-attr,
89
- .hljs-char.escape_,
90
- .hljs-keyword,
91
- .hljs-name,
92
- .hljs-operator {
93
- color: #bb9af7;
94
- }
95
-
96
- .hljs-punctuation {
97
- color: #c0caf5;
98
- }
99
-
100
- .hljs-emphasis {
101
- font-style: italic;
102
- }
103
-
104
- .hljs-strong {
105
- font-weight: 700;
106
- }
107
- }
1
+ .markdown-body {
2
+ pre {
3
+ padding: 0;
4
+ }
5
+
6
+ pre,
7
+ code {
8
+ font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
9
+ }
10
+
11
+ pre code {
12
+ display: block;
13
+ overflow-x: auto;
14
+ padding: 1em;
15
+ }
16
+
17
+ code {
18
+ padding: 3px 5px;
19
+ }
20
+
21
+ .hljs,
22
+ pre {
23
+ background: #1a1b26;
24
+ color: #cbd2ea;
25
+ }
26
+
27
+ .hljs-comment,
28
+ .hljs-meta {
29
+ color: #565f89;
30
+ }
31
+
32
+ .hljs-deletion,
33
+ .hljs-doctag,
34
+ .hljs-regexp,
35
+ .hljs-selector-attr,
36
+ .hljs-selector-class,
37
+ .hljs-selector-id,
38
+ .hljs-selector-pseudo,
39
+ .hljs-tag,
40
+ .hljs-template-tag,
41
+ .hljs-variable.language_ {
42
+ color: #f7768e;
43
+ }
44
+
45
+ .hljs-link,
46
+ .hljs-literal,
47
+ .hljs-number,
48
+ .hljs-params,
49
+ .hljs-template-variable,
50
+ .hljs-type,
51
+ .hljs-variable {
52
+ color: #ff9e64;
53
+ }
54
+
55
+ .hljs-attribute,
56
+ .hljs-built_in {
57
+ color: #e0af68;
58
+ }
59
+
60
+ .hljs-keyword,
61
+ .hljs-property,
62
+ .hljs-subst,
63
+ .hljs-title,
64
+ .hljs-title.class_,
65
+ .hljs-title.class_.inherited__,
66
+ .hljs-title.function_ {
67
+ color: #7dcfff;
68
+ }
69
+
70
+ .hljs-selector-tag {
71
+ color: #73daca;
72
+ }
73
+
74
+ .hljs-addition,
75
+ .hljs-bullet,
76
+ .hljs-quote,
77
+ .hljs-string,
78
+ .hljs-symbol {
79
+ color: #9ece6a;
80
+ }
81
+
82
+ .hljs-code,
83
+ .hljs-formula,
84
+ .hljs-section {
85
+ color: #7aa2f7;
86
+ }
87
+
88
+ .hljs-attr,
89
+ .hljs-char.escape_,
90
+ .hljs-keyword,
91
+ .hljs-name,
92
+ .hljs-operator {
93
+ color: #bb9af7;
94
+ }
95
+
96
+ .hljs-punctuation {
97
+ color: #c0caf5;
98
+ }
99
+
100
+ .hljs-emphasis {
101
+ font-style: italic;
102
+ }
103
+
104
+ .hljs-strong {
105
+ font-weight: 700;
106
+ }
107
+ }