Commit 5144ac9
fix: split .INPUTS/.OUTPUTS type and description onto separate lines
PlatyPS renders each .INPUTS/.OUTPUTS line as a ### heading. The canonical
PowerShell format puts the type name alone on its first line and the
description as body text on the next line. This prevents MD026
(no-trailing-punctuation) violations in generated docs.
Correct format:
.OUTPUTS
System.String
A greeting string for the given name.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 7b59e8d commit 5144ac9
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments