Skip to content

Commit

Permalink
Updated CHANGELOG and fixed help for merge-markdownhelp (#295)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG and fixed help for merge-markdownhelp

* Fix casing
  • Loading branch information
adityapatwardhan authored Aug 11, 2017
1 parent ffe6d80 commit ce51da7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG

## Not released

## 0.8.2

* Help content for Merge-MarkdownHelp is updated.
* Added New-YamlHelp cmdlet to convert Markdown help into YAML format.

## 0.8.1

* New-MarkdownHelp and Update-MarkdownHelp now support -UseFullTypeName parameter.
Expand Down
4 changes: 3 additions & 1 deletion docs/Merge-MarkdownHelp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
external help file: platyPS-help.xml
Module Name: platyPS
online version:
schema: 2.0.0
---
Expand Down Expand Up @@ -34,13 +35,14 @@ The default **merge marker** text consists of three exclamation points !!! howev
### Example 1
The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lync Server 2013.
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.


```
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
```

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


## PARAMETERS

### -Encoding
Expand Down

0 comments on commit ce51da7

Please sign in to comment.