@adminforth/markdown 1.10.7 → 1.10.9
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
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 45,
|
|
17
|
+
sent 46,182 bytes received 180 bytes 92,724.00 bytes/sec
|
|
18
|
+
total size is 45,490 speedup is 0.98
|
|
@@ -4,14 +4,21 @@
|
|
|
4
4
|
class="prose
|
|
5
5
|
prose-p:my-0
|
|
6
6
|
prose-headings:my-0
|
|
7
|
+
prose-h1:text-[1.6rem]
|
|
7
8
|
prose-ul:my-0
|
|
8
9
|
prose-ol:my-0
|
|
9
10
|
prose-li:my-0
|
|
10
11
|
prose-pre:my-0
|
|
11
12
|
prose-hr:my-1
|
|
12
13
|
leading-tight
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
dark: dark:text-gray-300
|
|
15
|
+
dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
|
|
16
|
+
dark:[&_a]:text-white dark:[&_a:hover]:text-white
|
|
17
|
+
dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
|
|
18
|
+
dark:[&_strong]:text-white
|
|
19
|
+
dark:[&_em]:text-gray-400
|
|
20
|
+
dark:[&_del]:text-gray-600">
|
|
21
|
+
</div>
|
|
15
22
|
</template>
|
|
16
23
|
|
|
17
24
|
<script setup lang="ts">
|
|
@@ -4,14 +4,21 @@
|
|
|
4
4
|
class="prose
|
|
5
5
|
prose-p:my-0
|
|
6
6
|
prose-headings:my-0
|
|
7
|
+
prose-h1:text-[1.6rem]
|
|
7
8
|
prose-ul:my-0
|
|
8
9
|
prose-ol:my-0
|
|
9
10
|
prose-li:my-0
|
|
10
11
|
prose-pre:my-0
|
|
11
12
|
prose-hr:my-1
|
|
12
13
|
leading-tight
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
dark: dark:text-gray-300
|
|
15
|
+
dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
|
|
16
|
+
dark:[&_a]:text-white dark:[&_a:hover]:text-white
|
|
17
|
+
dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
|
|
18
|
+
dark:[&_strong]:text-white
|
|
19
|
+
dark:[&_em]:text-gray-400
|
|
20
|
+
dark:[&_del]:text-gray-600">
|
|
21
|
+
</div>
|
|
15
22
|
</template>
|
|
16
23
|
|
|
17
24
|
<script setup lang="ts">
|