Skip to content

Commit bb9c5ae

Browse files
StartAutomatingStartAutomating
authored andcommitted
release: HelpOut 0.5.5
Updating Module Version and CHANGELOG
1 parent 68027f3 commit bb9c5ae

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
PowerShell.Markdown.Help.ToMarkdown()
2+
-------------------------------------
3+
4+
### Synopsis
5+
Returns this topic as a markdown string
6+
7+
---
8+
9+
### Description
10+
11+
Returns the content of this help topic as a markdown string.
12+
13+
---
14+
15+
### Examples
16+
> EXAMPLE 1
17+
18+
```PowerShell
19+
(Get-MarkDownHelp Get-MarkDownHelp).ToMarkdown()
20+
```
21+
22+
---
23+
24+
### Parameters
25+
#### **View**
26+
An optional view.
27+
This would need to be declared in a .format.ps1xml file by another loaded module.
28+
29+
|Type |Required|Position|PipelineInput|
30+
|----------|--------|--------|-------------|
31+
|`[String]`|false |1 |false |
32+
33+
---

0 commit comments

Comments
 (0)