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.
2 parents 0d1ae66 + dc83fb6 commit 764835dCopy full SHA for 764835d
Commands/Get-OpenGraph.ps1
@@ -68,7 +68,7 @@ function Get-OpenGraph
68
}
69
70
71
- if (-not $openGraphMetadata.Count) { return }
+ if (-not $openGraphMetadata.Count) { return }
72
73
[PSCustomObject]$openGraphMetadata
74
OpenGraph.types.ps1xml
@@ -3,6 +3,12 @@
3
<Type>
4
<Name>OpenGraph</Name>
5
<Members>
6
+ <ScriptMethod>
7
+ <Name>ToString</Name>
8
+ <Script>
9
+ $this.HTML
10
+ </Script>
11
+ </ScriptMethod>
12
<ScriptProperty>
13
<Name>HTML</Name>
14
<GetScriptBlock>
0 commit comments