@8btc/mditor 0.0.21 → 0.0.22

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/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vditor v0.0.21 - A markdown editor written in TypeScript.
2
+ * Vditor v0.0.22 - A markdown editor written in TypeScript.
3
3
  *
4
4
  * MIT License
5
5
  *
@@ -25,7 +25,7 @@
25
25
  *
26
26
  */
27
27
  /*!
28
- * Vditor v0.0.21 - A markdown editor written in TypeScript.
28
+ * Vditor v0.0.22 - A markdown editor written in TypeScript.
29
29
  *
30
30
  * MIT License
31
31
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vditor v0.0.21 - A markdown editor written in TypeScript.
2
+ * Vditor v0.0.22 - A markdown editor written in TypeScript.
3
3
  *
4
4
  * MIT License
5
5
  *
@@ -2866,7 +2866,7 @@ var Vditor = /** @class */ (function () {
2866
2866
  /* harmony export */ "H": () => (/* binding */ _VDITOR_VERSION),
2867
2867
  /* harmony export */ "g": () => (/* binding */ Constants)
2868
2868
  /* harmony export */ });
2869
- var _VDITOR_VERSION = "0.0.21";
2869
+ var _VDITOR_VERSION = "0.0.22";
2870
2870
 
2871
2871
  var Constants = /** @class */ (function () {
2872
2872
  function Constants() {
@@ -3168,7 +3168,7 @@ var Constants = /** @class */ (function () {
3168
3168
  "c#",
3169
3169
  "bat",
3170
3170
  ];
3171
- Constants.CDN = "https://webcdn.wujieai.com/vditor@".concat("0.0.21");
3171
+ Constants.CDN = "https://webcdn.wujieai.com/vditor@".concat("0.0.22");
3172
3172
  Constants.MARKDOWN_OPTIONS = {
3173
3173
  autoSpace: false,
3174
3174
  gfmAutoLink: true,
@@ -5762,7 +5762,7 @@ var mermaidRender = function (element, cdn, theme) {
5762
5762
  if (mermaidElements.length === 0) {
5763
5763
  return;
5764
5764
  }
5765
- (0,_util_addScript__WEBPACK_IMPORTED_MODULE_2__/* .addScript */ .G)("".concat(cdn, "/dist/js/mermaid/mermaid.min.js?v=11.12.0"), "vditorMermaidScript").then(function () {
5765
+ (0,_util_addScript__WEBPACK_IMPORTED_MODULE_2__/* .addScript */ .G)("".concat(cdn, "/dist/js/mermaid/mermaid.min.js?v=11.12.2"), "vditorMermaidScript").then(function () {
5766
5766
  var config = {
5767
5767
  securityLevel: "loose",
5768
5768
  altFontFamily: "sans-serif",