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

2
src/types.d.ts vendored
View File

@@ -18,7 +18,7 @@ declare module "normalize-strings" {
export default normalizeString;
}
declare module "joplin-turndown-plugin-gfm" {
declare module "@joplin/turndown-plugin-gfm" {
import TurndownService from "turndown";
namespace gfm {
function gfm(service: TurndownService): void;