Skip to content

Commit a801f73

Browse files
committed
1 parent 72ab40c commit a801f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/markdown/src/documentLinkProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as path from 'path';
1010

1111
export default class MarkdownDocumentLinkProvider implements vscode.DocumentLinkProvider {
1212

13-
private _linkPattern = /(\[[^\]]*\]\(\s*?)(\S+?)(\s+[^\)]*)?\)/g;
13+
private _linkPattern = /(\[[^\]]*\]\(\s*?)(\S+?)(\s+[^\)]+)?\)/g;
1414

1515
constructor() { }
1616

0 commit comments

Comments
 (0)