We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68027f3 commit bb9c5aeCopy full SHA for bb9c5ae
1 file changed
docs/PowerShell/Markdown/Help/ToMarkdown.md
@@ -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