David Eberhardt
David Eberhardt
Found something that could work: ```powershell $ReadmeContent = (Get-Content $Path) #$ReadmeContent = $ReadmeContent -replace "!\[$($Subject)\].+\)", "" $Pattern = "!\[$($Subject)\].+?\)" $String = "" $ReadmeContent = $ReadmeContent | ForEach-Object { if (...
For reference (Add button vanishes upon adding the 10th date): 
@isrumnon could you give us a steer as to what the final number may be please? Is 10 the hard limit or is there room for more without breaking anything...
THE Jason Helmick answers an unworthy post of mine?😮 But... I am unworthy! I think I need a lie-down... > First of all, Thank you for your PowerShell 3.0 video...
what strikes me as odd is that I run first NEW (importing v2), then UPDATE-MarkdownHelp (v0.14.1) The first time around I get all the errors, if I run it again,...
Seeing this too:  Translation of a link works fine with 0.14.1 In v2, the link text is removed and a space is introduced after the link here the original...
Don't know if this is related, but he OnlineVersion is removed after running it with v2: 
Of course: **Input**: https://github.com/DEberhardt/TeamsFunctions/blob/main/Public/Functions/Support/AutoAttendant/Get-PublicHolidayCountry.ps1 **Output**: https://github.com/DEberhardt/TeamsFunctions/blob/main/docs/Get-PublicHolidayCountry.md Checking my security log for Codacity, I found 300 entries, I suspect the help link I have placed in the `.LINK` Section?
I just added a new Help file for a new function... created with the established routine/script: ```markdown --- external help file: TeamsFunctions-help.xml Module Name: TeamsFunctions online version: https://github.com/DEberhardt/TeamsFunctions/tree/master/docs/New-TeamsResourceAccountLineIdentity.md schema: 2.0.0...
#496 addresses MD022 for MD040 I see that the schema already has a text block for the language in the Syntax, but it is empty when built.