We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6129888 commit 98ce28aCopy full SHA for 98ce28a
Utils/ReleaseMaker.psm1
@@ -144,7 +144,7 @@ function Update-ReleaseNotesInModuleManifest
144
function Remove-MarkdownHyperlink
145
{
146
param($markdownContent)
147
- $markdownContent -replace "\[(.*)\]\(.*\)",'$1'
+ $markdownContent -replace "\[(.*?)\]\(.*?\)",'$1'
148
}
149
150
function Combine-Path
0 commit comments