diff --git a/src/config.ts b/src/config.ts index ba2a326..5edae91 100644 --- a/src/config.ts +++ b/src/config.ts @@ -10,7 +10,7 @@ export const EMBED_METADATA_REGEXP = export const GFM_IMAGE_FORMAT = "![]({0})"; -export const OUTGOING_LINK_REGEXP = /(?[^\]]+)\]\]/g; export enum OUTPUT_FORMATS { MD = "Markdown",