@ones-editor/editor 2.9.8-beta.65 → 2.9.8-beta.66
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
|
@@ -75884,10 +75884,10 @@ ${codeText}
|
|
|
75884
75884
|
strong: "style-bold",
|
|
75885
75885
|
em: "style-italic",
|
|
75886
75886
|
del: "style-strikethrough",
|
|
75887
|
-
superscript: "style-
|
|
75888
|
-
sup: "style-
|
|
75889
|
-
subscript: "style-
|
|
75890
|
-
sub: "style-
|
|
75887
|
+
superscript: "style-super",
|
|
75888
|
+
sup: "style-super",
|
|
75889
|
+
subscript: "style-sub",
|
|
75890
|
+
sub: "style-sub"
|
|
75891
75891
|
};
|
|
75892
75892
|
function applyHtmlToText(htm, attributes) {
|
|
75893
75893
|
const html = htm.toLowerCase();
|
|
@@ -95911,7 +95911,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95911
95911
|
}
|
|
95912
95912
|
}
|
|
95913
95913
|
});
|
|
95914
|
-
editor.version = "2.9.8-beta.
|
|
95914
|
+
editor.version = "2.9.8-beta.66";
|
|
95915
95915
|
return editor;
|
|
95916
95916
|
}
|
|
95917
95917
|
function isDoc(doc2) {
|
|
@@ -96045,7 +96045,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96045
96045
|
OnesEditorDropTarget.register(editor);
|
|
96046
96046
|
OnesEditorTocProvider.register(editor);
|
|
96047
96047
|
OnesEditorExclusiveBlock.register(editor);
|
|
96048
|
-
editor.version = "2.9.8-beta.
|
|
96048
|
+
editor.version = "2.9.8-beta.66";
|
|
96049
96049
|
return editor;
|
|
96050
96050
|
}
|
|
96051
96051
|
async function showDocVersions(editor, options, serverUrl) {
|