@cherry-markdown/cherry-markdown-dev 0.10.3-202512170642.c15f54f → 0.10.3-202512171046.6291853
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/README.md +3 -3
- package/dist/cherry-markdown.core.common.js +1 -1
- package/dist/cherry-markdown.core.js +1 -1
- package/dist/cherry-markdown.css +4 -4
- package/dist/cherry-markdown.engine.core.common.js +1 -1
- package/dist/cherry-markdown.engine.core.esm.js +1 -1
- package/dist/cherry-markdown.engine.core.js +1 -1
- package/dist/cherry-markdown.esm.js +1 -1
- package/dist/cherry-markdown.js +1 -1
- package/dist/cherry-markdown.min.js +1 -1
- package/dist/fonts/ch-icon.eot +0 -0
- package/dist/fonts/ch-icon.ttf +0 -0
- package/dist/fonts/ch-icon.woff +0 -0
- package/dist/fonts/ch-icon.woff2 +0 -0
- package/package.json +1 -1
package/dist/cherry-markdown.css
CHANGED
|
@@ -906,10 +906,6 @@ span.CodeMirror-selectedtext {
|
|
|
906
906
|
-moz-osx-font-smoothing: grayscale;
|
|
907
907
|
}
|
|
908
908
|
|
|
909
|
-
.ch-icon-code-theme:before {
|
|
910
|
-
content: "\ea95";
|
|
911
|
-
}
|
|
912
|
-
|
|
913
909
|
.ch-icon-list:before {
|
|
914
910
|
content: "\ea03";
|
|
915
911
|
}
|
|
@@ -1386,6 +1382,10 @@ span.CodeMirror-selectedtext {
|
|
|
1386
1382
|
content: "\ea94";
|
|
1387
1383
|
}
|
|
1388
1384
|
|
|
1385
|
+
.ch-icon-code-theme:before {
|
|
1386
|
+
content: "\ea95";
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
1389
|
.cherry-markdown {
|
|
1390
1390
|
word-break: break-all;
|
|
1391
1391
|
color: var(--md-paragraph-color);
|