@fileverse-dev/ddoc 2.0.1-patch → 2.0.1-patch-1
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.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
|
);
|