chore: Update documentImporter with changes from enterprise, improved Confluence compat

This commit is contained in:
Tom Moor
2022-06-02 21:42:32 +02:00
parent 9113989635
commit 68dd76cfa3
8 changed files with 144 additions and 31 deletions

View File

@@ -12,10 +12,11 @@ declare module "oy-vey";
declare module "fetch-test-server";
declare module "joplin-turndown-plugin-gfm" {
declare module "@joplin/turndown-plugin-gfm" {
import { Plugin } from "turndown";
export const strikethrough: Plugin;
export const tables: Plugin;
export const taskListItems: Plugin;
export const gfm: Plugin;
}