@cherry-markdown/cherry-markdown-dev 0.10.0-dev.202508190717.dd3d953 → 0.10.0-dev.202508191106.c86824f
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-table-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 +10 -1
- 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.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
|
@@ -95943,7 +95943,7 @@
|
|
|
95943
95943
|
delete plugins[key];
|
|
95944
95944
|
});
|
|
95945
95945
|
}
|
|
95946
|
-
var VERSION = "0.10.0-dev.
|
|
95946
|
+
var VERSION = "0.10.0-dev.202508191106.c86824f-c86824f5";
|
|
95947
95947
|
var CherryStatic = /*#__PURE__*/function () {
|
|
95948
95948
|
// for type check only
|
|
95949
95949
|
// TODO: fix this error
|