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 7f22b85 commit 8d65b83Copy full SHA for 8d65b83
1 file changed
Transpilers/README.md
@@ -144,6 +144,15 @@ This directory includes uncategorized or 'common' transpilers.
144
} | .>PipeScript
145
~~~
146
147
+#### Include Example 4
148
+
149
150
+~~~PowerShell
151
+ {
152
+ [Include('https://pssvg.start-automating.com/Examples/PowerShellChevron.svg')]$PSChevron
153
+ } | .>PipeScript
154
+~~~
155
156
#### Inherit Example 1
157
158
0 commit comments