File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11---
22external help file : platyPS-help.xml
3+ Module Name : platyPS
34online version :
45schema : 2.0.0
56---
@@ -34,13 +35,14 @@ The default **merge marker** text consists of three exclamation points !!! howev
3435### Example 1
3536The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lync Server 2013.
3637Much 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```
3841PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
3942```
4043
4144The resulting file will be located at lync\Test-CsPhoneBootstrap.md
4245
43-
4446## PARAMETERS
4547
4648### -Encoding
You can’t perform that action at this time.
0 commit comments