@cherry-markdown/cherry-markdown-dev 0.10.0-dev.202509020228.7999e9c → 0.10.0-dev.202509030239.e455eda
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 +2 -2
- package/dist/addons/advance/cherry-tapd-checklist-plugin.js +1 -1
- package/dist/addons/advance/cherry-tapd-html-tag-plugin.js +1 -1
- package/dist/addons/cherry-code-block-mermaid-plugin.js +1 -1
- package/dist/addons/cherry-code-block-plantuml-plugin.js +1 -1
- package/dist/cherry-markdown.core.common.js +1 -1
- package/dist/cherry-markdown.core.js +1 -1
- package/dist/cherry-markdown.css +1 -0
- 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.markdown.css +1 -0
- package/dist/cherry-markdown.markdown.min.css +1 -1
- package/dist/cherry-markdown.min.css +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.js
CHANGED
|
@@ -96344,7 +96344,7 @@
|
|
|
96344
96344
|
delete plugins[key];
|
|
96345
96345
|
});
|
|
96346
96346
|
}
|
|
96347
|
-
var VERSION = "0.10.0-dev.
|
|
96347
|
+
var VERSION = "0.10.0-dev.202509030239.e455eda-e455eda6";
|
|
96348
96348
|
var CherryStatic = /*#__PURE__*/function () {
|
|
96349
96349
|
// for type check only
|
|
96350
96350
|
// TODO: fix this error
|
|
@@ -584,6 +584,7 @@ div[data-type=codeBlock] .token.inserted {
|
|
|
584
584
|
}
|
|
585
585
|
div[data-code-wrap=wrap] div[data-type=codeBlock] code[class*=language-] {
|
|
586
586
|
white-space: pre-wrap;
|
|
587
|
+
word-break: break-word;
|
|
587
588
|
}
|
|
588
589
|
[data-code-block-theme=default] div[data-type=codeBlock] {
|
|
589
590
|
/* PrismJS 1.23.0
|