EvotecIT / PSWriteHTML

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
MIT License
826 stars 106 forks source link

Update New-HTMLText.ps1 #216

Closed alialo closed 3 years ago

alialo commented 3 years ago

Removed ")" exclusion from $FindMe - any string in [text](url) format should now match, regardless of number of brackets in url.

No longer require lazy matching for $LinkURL - it should always end in ")" which can then be excluded.

Should fix #200

PrzemyslawKlys commented 3 years ago

Great! Seems to work well