Sean Wheeler
Sean Wheeler
@iRon7 I was thinking the same thing about `new()' vs 'New-Object`. Another example: ``` Measure-Command { $test = 'new() method' for ($i = 0; $i -lt 1e6; $i++) { $sb...
@StartAutomating Looking forward to your PRs.
The name of the folder has changed. These files are now in `teams/teams-ps/teams/MicrosoftTeams`.
Thank you for your contribution. We are no longer maintaining the v0.14 version of platyPS. If you’re interested in continuing to help, we’d love your support on the release version...
Thank you for your contribution. We are no longer maintaining the v0.14 version of platyPS. If you’re interested in continuing to help, we’d love your support on the release version...
Thank you for your contribution. We are no longer maintaining the v0.14 version of platyPS. If you’re interested in continuing to help, we’d love your support on the release version...
@JamesWTruher Can you review and merge?
New repo steps. ```powershell $v1path = 'D:\Git\PS-Docs\PowerShell-Docs\reference\7.4' $v2path = '.\v2' # Convert v1 Markdown to v2 dir $v1path -Recurse -Filter *.md | Measure-PlatyPSMarkdown | ForEach-Object { if ($_.Filetype -match 'CommandHelp')...
No repo in preview.4. Closing.
The markdown parsing has totally changed in Microsoft.PowerShell.PlatyPS v1. However, the backticks are still maintained in the text when converted to MAML. Whether or not we should remove the backticks...