Skip to content

Commit ce51da7

Browse files
Updated CHANGELOG and fixed help for merge-markdownhelp (#295)
* Updated CHANGELOG and fixed help for merge-markdownhelp * Fix casing
1 parent ffe6d80 commit ce51da7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CHANGELOG
33

44
## Not released
55

6+
## 0.8.2
7+
8+
* Help content for Merge-MarkdownHelp is updated.
9+
* Added New-YamlHelp cmdlet to convert Markdown help into YAML format.
10+
611
## 0.8.1
712

813
* New-MarkdownHelp and Update-MarkdownHelp now support -UseFullTypeName parameter.

docs/Merge-MarkdownHelp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: platyPS-help.xml
3+
Module Name: platyPS
34
online version:
45
schema: 2.0.0
56
---
@@ -34,13 +35,14 @@ The default **merge marker** text consists of three exclamation points !!! howev
3435
### Example 1
3536
The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lync Server 2013.
3637
Much of the content is duplicated and thus we want to have a single file for the cmdlet with unique content merged from each individual file.
38+
39+
3740
```
3841
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
3942
```
4043

4144
The resulting file will be located at lync\Test-CsPhoneBootstrap.md
4245

43-
4446
## PARAMETERS
4547

4648
### -Encoding

0 commit comments

Comments
 (0)