Skip to content

Commit 8d65b83

Browse files
StartAutomatingStartAutomating
authored andcommitted
Include - Allowing Including URLs (Fixes #481)
1 parent 7f22b85 commit 8d65b83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Transpilers/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ This directory includes uncategorized or 'common' transpilers.
144144
} | .>PipeScript
145145
~~~
146146

147+
#### Include Example 4
148+
149+
150+
~~~PowerShell
151+
{
152+
[Include('https://pssvg.start-automating.com/Examples/PowerShellChevron.svg')]$PSChevron
153+
} | .>PipeScript
154+
~~~
155+
147156
#### Inherit Example 1
148157

149158

0 commit comments

Comments
 (0)