From ce51da79f94ad717c3508fae3e1dd59c119475ef Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Fri, 11 Aug 2017 14:00:14 -0700 Subject: [PATCH] Updated CHANGELOG and fixed help for merge-markdownhelp (#295) * Updated CHANGELOG and fixed help for merge-markdownhelp * Fix casing --- CHANGELOG.md | 5 +++++ docs/Merge-MarkdownHelp.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791e7c01..d1d57b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/Merge-MarkdownHelp.md b/docs/Merge-MarkdownHelp.md index 6f3a1f46..11637478 100644 --- a/docs/Merge-MarkdownHelp.md +++ b/docs/Merge-MarkdownHelp.md @@ -1,5 +1,6 @@ --- external help file: platyPS-help.xml +Module Name: platyPS online version: schema: 2.0.0 --- @@ -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