chore: Update documentImporter with changes from enterprise, improved Confluence compat
This commit is contained in:
5
server/typings/index.d.ts
vendored
5
server/typings/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user