@adminforth/markdown 1.12.1 → 1.12.3
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.
- package/build.log +2 -2
- package/custom/MarkdownRenderer.vue +38 -14
- package/dist/custom/MarkdownRenderer.vue +38 -14
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -14,5 +14,5 @@ custom/tsconfig.json
|
|
|
14
14
|
custom/utils/
|
|
15
15
|
custom/utils/monacoMarkdownToggle.ts
|
|
16
16
|
|
|
17
|
-
sent
|
|
18
|
-
total size is
|
|
17
|
+
sent 56,410 bytes received 180 bytes 113,180.00 bytes/sec
|
|
18
|
+
total size is 55,718 speedup is 0.98
|
|
@@ -17,18 +17,39 @@
|
|
|
17
17
|
prose-pre:my-0
|
|
18
18
|
prose-hr:my-1
|
|
19
19
|
prose-table:my-0
|
|
20
|
-
leading-
|
|
20
|
+
leading-[1.5]
|
|
21
21
|
dark: dark:text-gray-300
|
|
22
|
-
dark:[&_th]:text-
|
|
23
|
-
dark:[&_td]:text-
|
|
22
|
+
dark:[&_th]:text-darkShowTableBodyText
|
|
23
|
+
dark:[&_td]:text-darkShowTableBodyText
|
|
24
24
|
dark:[&_thead]:border-b-gray-600
|
|
25
|
-
dark:[&_code]:text-
|
|
26
|
-
dark:[&_h1]:text-
|
|
27
|
-
dark:[&
|
|
28
|
-
dark:[&
|
|
25
|
+
dark:[&_code]:text-darkShowTableBodyText
|
|
26
|
+
dark:[&_h1]:text-darkShowTableBodyText
|
|
27
|
+
dark:[&_h2]:text-darkShowTableBodyText
|
|
28
|
+
dark:[&_h3]:text-darkShowTableBodyText
|
|
29
|
+
dark:[&_strong]:text-darkShowTableBodyText
|
|
30
|
+
dark:[&_a]:text-white
|
|
31
|
+
dark:[&_a:hover]:text-white
|
|
32
|
+
dark:[&_pre]:bg-black
|
|
33
|
+
dark:[&_pre]:border
|
|
34
|
+
dark:[&_border-slate-800]
|
|
29
35
|
dark:[&_strong]:text-white
|
|
30
36
|
dark:[&_em]:text-gray-400
|
|
31
|
-
dark:[&_del]:text-gray-600
|
|
37
|
+
dark:[&_del]:text-gray-600
|
|
38
|
+
prose-h1:text-lightShowTableBodyText
|
|
39
|
+
prose-h2:text-lightShowTableBodyText
|
|
40
|
+
prose-h3:text-lightShowTableBodyText
|
|
41
|
+
prose-ul:text-lightShowTableBodyText
|
|
42
|
+
prose-ol:text-lightShowTableBodyText
|
|
43
|
+
prose-th:text-lightShowTableBodyText
|
|
44
|
+
prose-td:text-lightShowTableBodyText
|
|
45
|
+
prose-thead:border-b-lightShowTableBodyText
|
|
46
|
+
prose-strong:text-lightShowTableBodyText
|
|
47
|
+
prose-hr:leading-none
|
|
48
|
+
text-lightShowTableBodyText
|
|
49
|
+
dark:text-darkShowTableBodyText
|
|
50
|
+
prose-p:text-lightShowTableBodyText
|
|
51
|
+
dark:prose-p:text-darkShowTableBodyText
|
|
52
|
+
"
|
|
32
53
|
:class="compactPreviewStyles"
|
|
33
54
|
></div>
|
|
34
55
|
</div>
|
|
@@ -63,12 +84,15 @@ import DOMPurify from "dompurify";
|
|
|
63
84
|
prose-ul:leading-[0.2]
|
|
64
85
|
prose-ol:leading-[0.2]
|
|
65
86
|
prose-li:leading-[1]
|
|
66
|
-
prose-h1:leading-
|
|
67
|
-
prose-h2:leading-
|
|
68
|
-
prose-h3:leading-
|
|
69
|
-
prose-h1:text-[1.
|
|
70
|
-
prose-h2:text-[1.
|
|
71
|
-
prose-h3:text-[
|
|
87
|
+
prose-h1:leading-[1]
|
|
88
|
+
prose-h2:leading-[1]
|
|
89
|
+
prose-h3:leading-[1]
|
|
90
|
+
prose-h1:text-[1.2rem]
|
|
91
|
+
prose-h2:text-[1.1rem]
|
|
92
|
+
prose-h3:text-[1rem]
|
|
93
|
+
prose-p:text-sm
|
|
94
|
+
prose-p:leading-[1.5]
|
|
95
|
+
prose-ul:text-sm
|
|
72
96
|
prose-blockquote:my-0
|
|
73
97
|
`
|
|
74
98
|
} else {
|
|
@@ -17,18 +17,39 @@
|
|
|
17
17
|
prose-pre:my-0
|
|
18
18
|
prose-hr:my-1
|
|
19
19
|
prose-table:my-0
|
|
20
|
-
leading-
|
|
20
|
+
leading-[1.5]
|
|
21
21
|
dark: dark:text-gray-300
|
|
22
|
-
dark:[&_th]:text-
|
|
23
|
-
dark:[&_td]:text-
|
|
22
|
+
dark:[&_th]:text-darkShowTableBodyText
|
|
23
|
+
dark:[&_td]:text-darkShowTableBodyText
|
|
24
24
|
dark:[&_thead]:border-b-gray-600
|
|
25
|
-
dark:[&_code]:text-
|
|
26
|
-
dark:[&_h1]:text-
|
|
27
|
-
dark:[&
|
|
28
|
-
dark:[&
|
|
25
|
+
dark:[&_code]:text-darkShowTableBodyText
|
|
26
|
+
dark:[&_h1]:text-darkShowTableBodyText
|
|
27
|
+
dark:[&_h2]:text-darkShowTableBodyText
|
|
28
|
+
dark:[&_h3]:text-darkShowTableBodyText
|
|
29
|
+
dark:[&_strong]:text-darkShowTableBodyText
|
|
30
|
+
dark:[&_a]:text-white
|
|
31
|
+
dark:[&_a:hover]:text-white
|
|
32
|
+
dark:[&_pre]:bg-black
|
|
33
|
+
dark:[&_pre]:border
|
|
34
|
+
dark:[&_border-slate-800]
|
|
29
35
|
dark:[&_strong]:text-white
|
|
30
36
|
dark:[&_em]:text-gray-400
|
|
31
|
-
dark:[&_del]:text-gray-600
|
|
37
|
+
dark:[&_del]:text-gray-600
|
|
38
|
+
prose-h1:text-lightShowTableBodyText
|
|
39
|
+
prose-h2:text-lightShowTableBodyText
|
|
40
|
+
prose-h3:text-lightShowTableBodyText
|
|
41
|
+
prose-ul:text-lightShowTableBodyText
|
|
42
|
+
prose-ol:text-lightShowTableBodyText
|
|
43
|
+
prose-th:text-lightShowTableBodyText
|
|
44
|
+
prose-td:text-lightShowTableBodyText
|
|
45
|
+
prose-thead:border-b-lightShowTableBodyText
|
|
46
|
+
prose-strong:text-lightShowTableBodyText
|
|
47
|
+
prose-hr:leading-none
|
|
48
|
+
text-lightShowTableBodyText
|
|
49
|
+
dark:text-darkShowTableBodyText
|
|
50
|
+
prose-p:text-lightShowTableBodyText
|
|
51
|
+
dark:prose-p:text-darkShowTableBodyText
|
|
52
|
+
"
|
|
32
53
|
:class="compactPreviewStyles"
|
|
33
54
|
></div>
|
|
34
55
|
</div>
|
|
@@ -63,12 +84,15 @@ import DOMPurify from "dompurify";
|
|
|
63
84
|
prose-ul:leading-[0.2]
|
|
64
85
|
prose-ol:leading-[0.2]
|
|
65
86
|
prose-li:leading-[1]
|
|
66
|
-
prose-h1:leading-
|
|
67
|
-
prose-h2:leading-
|
|
68
|
-
prose-h3:leading-
|
|
69
|
-
prose-h1:text-[1.
|
|
70
|
-
prose-h2:text-[1.
|
|
71
|
-
prose-h3:text-[
|
|
87
|
+
prose-h1:leading-[1]
|
|
88
|
+
prose-h2:leading-[1]
|
|
89
|
+
prose-h3:leading-[1]
|
|
90
|
+
prose-h1:text-[1.2rem]
|
|
91
|
+
prose-h2:text-[1.1rem]
|
|
92
|
+
prose-h3:text-[1rem]
|
|
93
|
+
prose-p:text-sm
|
|
94
|
+
prose-p:leading-[1.5]
|
|
95
|
+
prose-ul:text-sm
|
|
72
96
|
prose-blockquote:my-0
|
|
73
97
|
`
|
|
74
98
|
} else {
|