feat(export/md): update to latest turndown version (fixes #337)

This commit is contained in:
Elian Doran
2025-02-08 22:59:28 +02:00
parent 9d517988ce
commit 27397be7f4
5 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
import TurndownService from "turndown";
import turndownPluginGfm from "joplin-turndown-plugin-gfm";
import turndownPluginGfm from "@joplin/turndown-plugin-gfm";
let instance: TurndownService | null = null;