Skip to content

Commit

Permalink
fix: regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce3x committed Jun 10, 2024
1 parent df4e347 commit d57be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const EMBED_URL_REGEXP = /!\[\[(.*?)\]\]/g;

export const GFM_IMAGE_FORMAT = "![]({0})";

export const OUTGOING_LINK_REGEXP = /[^!]\[\[(.*?)\]\]/g;
export const OUTGOING_LINK_REGEXP = /(?<!!)\[\[(.*?)\]\]/g;

export interface MarkdownExportPluginSettings {
output: string;
Expand Down

0 comments on commit d57be25

Please sign in to comment.