Skip to content

Commit b28037d

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: openEmbedding.ToString() ( Fixes #15 )
1 parent b56c9a3 commit b28037d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

oEmbed.types.ps1xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<Type>
3030
<Name>openEmbedding</Name>
3131
<Members>
32+
<ScriptMethod>
33+
<Name>ToString</Name>
34+
<Script>
35+
return "$($this.HTML)"
36+
</Script>
37+
</ScriptMethod>
3238
<ScriptProperty>
3339
<Name>Markdown</Name>
3440
<GetScriptBlock>

0 commit comments

Comments
 (0)