Skip to content

Help cleanup of trailing spaces and line breaks #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/Get-HelpPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Specifies an array of paths of MAML external help files.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -67,7 +67,7 @@ This output follows TechNet formatting.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -84,7 +84,7 @@ Markdown accepts single-hyphens for lists.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -109,4 +109,3 @@ This cmdlet returns a **Help** object, which is the same output as **Get-Help**.
## NOTES

## RELATED LINKS

5 changes: 2 additions & 3 deletions docs/Get-MarkdownMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Specifies an array of paths of markdown files or folders.
```yaml
Type: String[]
Parameter Sets: FromPath
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -112,7 +112,7 @@ Specifies a string that contains markdown formatted text.
```yaml
Type: String
Parameter Sets: FromMarkdownString
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -138,4 +138,3 @@ The dictionary contains key-value pairs found in the markdown metadata block.
## NOTES

## RELATED LINKS

15 changes: 7 additions & 8 deletions docs/Merge-MarkdownHelp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: platyPS-help.xml
Module Name: platyPS
online version:
online version:
schema: 2.0.0
---

Expand Down Expand Up @@ -58,7 +58,7 @@ For more information, see [Using PowerShell to write a file in UTF-8 without the
```yaml
Type: Encoding
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -74,7 +74,7 @@ By default cmdlets and parameters that are present in all variations don't get a
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -89,7 +89,7 @@ Indicates that this cmdlet overwrites an existing file that has the same name.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -105,7 +105,7 @@ Applicable tag list would be included after the marker
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 3
Expand All @@ -120,7 +120,7 @@ Specifies the path of the folder where this cmdlet creates the combined markdown
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -136,7 +136,7 @@ This cmdlet creates combined markdown help based on these files and folders.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -159,4 +159,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

14 changes: 7 additions & 7 deletions docs/New-ExternalHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The folder name should end with a locale folder, as in the following example: `.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -102,7 +102,7 @@ For more information, see [Using PowerShell to write a file in UTF-8 without the
```yaml
Type: Encoding
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -117,7 +117,7 @@ Indicates that this cmdlet overwrites an existing file that has the same name.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -133,7 +133,7 @@ This cmdlet creates external help based on these files and folders.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -153,7 +153,7 @@ See [design issue](https://github.com/PowerShell/platyPS/issues/273) for more de
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -173,7 +173,7 @@ MaxAboutWidth parameter.
```yaml
Type: Int32
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -194,7 +194,7 @@ If this path is not provided, no log will be generated.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down
8 changes: 4 additions & 4 deletions docs/New-ExternalHelpCab.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Specifies the folder that contains the help content that this cmdlet packages in
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -67,7 +67,7 @@ For the required metadata, run **New-MarkdownHelp** with the *WithLandingPage* p
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -83,7 +83,7 @@ Specifies the location of the .cab file and helpinfo.xml file that this cmdlet c
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -98,7 +98,7 @@ Automatically increment the help version in the module markdown file.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down
4 changes: 2 additions & 2 deletions docs/New-MarkdownAboutHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The name of the about topic.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 1
Expand All @@ -80,7 +80,7 @@ The directory to create the about topic in.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand Down
Loading