fix(edit-docs): convert to Markdown

This commit is contained in:
Elian Doran
2025-03-10 21:15:33 +02:00
parent d134ee0552
commit e79f18f001
318 changed files with 6528 additions and 10998 deletions

View File

@@ -100,7 +100,7 @@ async function exportData() {
// First export as zip.
const { exportToZipFile } = (await import("./src/services/export/zip.js")).default;
await exportToZipFile(NOTE_ID_USER_GUIDE, "html", zipFilePath);
await exportToZipFile(NOTE_ID_USER_GUIDE, "markdown", zipFilePath);
const promise = deferred<void>()
setTimeout(async () => {