File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ CHANGELOG
3
3
4
4
## Not released
5
5
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
+
6
11
## 0.8.1
7
12
8
13
* New-MarkdownHelp and Update-MarkdownHelp now support -UseFullTypeName parameter.
Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : platyPS-help.xml
3
+ Module Name : platyPS
3
4
online version :
4
5
schema : 2.0.0
5
6
---
@@ -34,13 +35,14 @@ The default **merge marker** text consists of three exclamation points !!! howev
34
35
### Example 1
35
36
The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lync Server 2013.
36
37
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
+
37
40
```
38
41
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
39
42
```
40
43
41
44
The resulting file will be located at lync\Test-CsPhoneBootstrap.md
42
45
43
-
44
46
## PARAMETERS
45
47
46
48
### -Encoding
You can’t perform that action at this time.
0 commit comments