Skip to content

No spacing between examples after Update-MarkdownHelpModule #210

@cormacpayne

Description

@cormacpayne

Steps to reproduce

New-MarkdownHelp -Module $module -OutputFolder $moduleFolder -WithModulePage -AlphabeticParamsOrder
Update-MarkdownHelp $moduleFolder -AlphabeticParamsOrder

Expected behavior

Example 1: Foo

PS C:\> Foo

This command does foo.

Example 2: Bar

PS C:\> Bar

This command does bar.

Example 3: Temp

Actual behavior

Example 1: Foo

PS C:\> Foo

This command does foo.

Example 2: Bar

PS C:\> Bar

This command does bar.

Example 3: Temp

Note: I removed the spacing between '###' and 'Example' because markdown will convert it to look as it should, but when Get-HelpPreview is ran on the corresponding MAML, there is no spacing as seen above.

Environment data

v0.7.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions