InlineLinks
The InlineLinks()
method returns every inline (non-reference) link from the document.
less than a minute
The InlineLinks()
method returns every inline (non-reference) link from the document.
The ParsedLinks()
method returns the parsed links from the document, parsing if needed or if Force is $true
.
The ReferenceDefinitions()
method returns every reference link definition from the document.
The ReferenceLinks()
method returns every reference link from the document.
The ReferenceLinksAndDefinitions()
method returns every reference link and definition from the document.
The ToDecoratedString()
method returns the VT100-encoded string representing the rendered markdown for the document.
The UndefinedReferenceLinks()
method returns every reference link that doesn’t have a matching reference link definition from the document.
The UnusedReferenceLinkDefinitions()
method returns every reference link definition that doesn’t have at least one matching reference link from the document.
The ValidReferenceLinksAndDefinitions()
method returns every reference link that isn’t undefined and every reference link definition that isn’t unused from the document.