Skip to content

Commit 2a5d3dd

Browse files
authored
Update powershell-style-guide.md
Restoring numbered link references
1 parent fafc5cd commit 2a5d3dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/docs-conceptual/community/contributing/powershell-style-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,12 @@ example, even if the parameter is positional. This reduces the chance of confusi
251251

252252
## Formatting cmdlet reference articles
253253

254-
Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][].
254+
Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][07].
255255
PlatyPS generates the cmdlet help for PowerShell modules in Markdown. After editing the Markdown
256256
files, PlatyPS is used create the MAML help files used by the `Get-Help` cmdlet.
257257

258-
PlatyPS has a schema that expects a specific structure for cmdlet reference. The [PlatyPS schema document][] describes this structure. Schema violations cause build errors that must be
258+
PlatyPS has a schema that expects a specific structure for cmdlet reference. The PlatyPS
259+
[schema document][08] describes this structure. Schema violations cause build errors that must be
259260
fixed before we can accept your contribution.
260261

261262
- Don't remove any of the ATX header structures. PlatyPS expects a specific set of headers in a
@@ -336,7 +337,7 @@ Basic formatting guidelines:
336337
[04]: #markdown-for-code-samples
337338
[05]: editorial-checklist.md
338339
[06]: https://en.wikipedia.org/wiki/PascalCase
339-
[PlatyPS]: https://github.com/powershell/platyps
340-
[PlatyPS schema document]: https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md
340+
[07]: https://github.com/powershell/platyps
341+
[08]: https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md
341342
[09]: https://pandoc.org
342343
[10]: overview.md#get-started-writing-docs

0 commit comments

Comments
 (0)