@ones-editor/editor 2.9.8-beta.60 → 2.9.8-beta.61
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.js
CHANGED
|
@@ -91758,7 +91758,7 @@ ${data2.plantumlText}
|
|
|
91758
91758
|
const mediaData = blockData.embedData;
|
|
91759
91759
|
const url = editor.doc.buildResourceUrl(mediaData.src, { withToken: true });
|
|
91760
91760
|
if (type === "html") {
|
|
91761
|
-
return `<${this.embedType} data-embed-type="${this.embedType}" data-uuid="${this.embedType}:${mediaData.src}" src="${url}"
|
|
91761
|
+
return `<${this.embedType} data-embed-type="${this.embedType}" data-uuid="${this.embedType}:${mediaData.src}" src="${url}" ></<${this.embedType}>`;
|
|
91762
91762
|
}
|
|
91763
91763
|
if (type === "markdown") {
|
|
91764
91764
|
return ``;
|
|
@@ -95882,7 +95882,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95882
95882
|
}
|
|
95883
95883
|
}
|
|
95884
95884
|
});
|
|
95885
|
-
editor.version = "2.9.8-beta.
|
|
95885
|
+
editor.version = "2.9.8-beta.61";
|
|
95886
95886
|
return editor;
|
|
95887
95887
|
}
|
|
95888
95888
|
function isDoc(doc2) {
|
|
@@ -96016,7 +96016,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96016
96016
|
OnesEditorDropTarget.register(editor);
|
|
96017
96017
|
OnesEditorTocProvider.register(editor);
|
|
96018
96018
|
OnesEditorExclusiveBlock.register(editor);
|
|
96019
|
-
editor.version = "2.9.8-beta.
|
|
96019
|
+
editor.version = "2.9.8-beta.61";
|
|
96020
96020
|
return editor;
|
|
96021
96021
|
}
|
|
96022
96022
|
async function showDocVersions(editor, options, serverUrl) {
|