mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
feat(export/md): update to latest turndown version (fixes #337)
This commit is contained in:
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user