diff --git a/docs/Release Notes/Release Notes/v0.93.0.md b/docs/Release Notes/Release Notes/v0.93.0.md index 8015bd79e..573e262ae 100644 --- a/docs/Release Notes/Release Notes/v0.93.0.md +++ b/docs/Release Notes/Release Notes/v0.93.0.md @@ -37,6 +37,7 @@ * Basic Touch Bar support for macOS. * [Support Bearer Token](https://github.com/TriliumNext/Notes/issues/1701) * The tab bar is now scrollable when there are many tabs by @SiriusXT +* Markdown export: support todo lists ## 🌍 Internationalization diff --git a/src/services/export/markdown.spec.ts b/src/services/export/markdown.spec.ts index 37e9bd82a..f4f9308d2 100644 --- a/src/services/export/markdown.spec.ts +++ b/src/services/export/markdown.spec.ts @@ -321,4 +321,25 @@ describe("Markdown export", () => { expect(markdownExportService.toMarkdown(html)).toBe(expected); }); + it("exports todo lists properly", () => { + const html = trimIndentation/*html*/`\ +