Fix NOTES section formatting in comment-based help by yotsuda · Pull Request #26512 · PowerShell/PowerShell
added 2 commits
- Remove extra blank line after NOTES header - Fix double indentation (8 spaces to 4 spaces) - Add Pester tests to verify the fix The issue was caused by: 1. Two consecutive .AddNewline() calls creating extra blank line 2. Nested .StartFrame(leftIndent: 4) causing double indentation (4+4=8) Fixes PowerShell#26102
iSazonov
added
the
CL-General
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters