Skip to content

Commit 5f7ad1d

Browse files
authored
Fix markdownlint un-closed-md-link check (#38554)
1 parent 3e82cbb commit 5f7ad1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.markdownlint.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
{
209209
"name": "un-closed-md-link",
210210
"message": "Missing closing bracket ')'",
211-
"searchPattern": "/\\[.*?\\]\\([^ )\\n\",:]+(?:[\\n\",:]| [^\"']| [\"'].+?[\"'][^)])/gm",
211+
"searchPattern": "/\\[.*?\\]\\([^ )\\n\"]+(?:[\\n\"]| [^\"']| [\"'].+?[\"'][^)])/gm",
212212
"searchScope": "text",
213213
},
214214
{

0 commit comments

Comments
 (0)