@fileverse-dev/ddoc 2.0.1-patch → 2.0.1-patch-1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +1 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -105409,9 +105409,7 @@ const mlt = fn.create({
|
|
105409
105409
|
}, e.click(), !0;
|
105410
105410
|
},
|
105411
105411
|
exportMarkdownFile: () => ({ editor: t }) => {
|
105412
|
-
const e = t.getHTML()
|
105413
|
-
console.log(e);
|
105414
|
-
const n = RE.turndown(e), i = prompt(
|
105412
|
+
const e = t.getHTML(), n = RE.turndown(e), i = prompt(
|
105415
105413
|
"Enter a filename for your Markdown file:",
|
105416
105414
|
"exported_document.md"
|
105417
105415
|
);
|