File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ The Help Transpiler allows you to write inline help without directly writing com
59
59
### Parameters
60
60
#### ** Synopsis**
61
61
62
+ The synopsis of the help topic
63
+
64
+
65
+
62
66
63
67
64
68
@@ -70,6 +74,10 @@ The Help Transpiler allows you to write inline help without directly writing com
70
74
71
75
#### ** Description**
72
76
77
+ The description of the help topic
78
+
79
+
80
+
73
81
74
82
75
83
@@ -81,6 +89,10 @@ The Help Transpiler allows you to write inline help without directly writing com
81
89
82
90
#### ** Example**
83
91
92
+ One or more examples
93
+
94
+
95
+
84
96
85
97
86
98
@@ -92,6 +104,10 @@ The Help Transpiler allows you to write inline help without directly writing com
92
104
93
105
#### ** Link**
94
106
107
+ One or more links
108
+
109
+
110
+
95
111
96
112
97
113
@@ -103,6 +119,10 @@ The Help Transpiler allows you to write inline help without directly writing com
103
119
104
120
#### ** ScriptBlock**
105
121
122
+ A ScriptBlock. If this is provided, the help will be added to this scriptblock.
123
+
124
+
125
+
106
126
107
127
108
128
You can’t perform that action at this time.
0 commit comments