Methods

The methods for the ParsedDocument class.

InlineLinks

The InlineLinks() method returns every inline (non-reference) link from the document.

ParsedLinks

The ParsedLinks() method returns the parsed links from the document, parsing if needed or if Force is $true.

ReferenceDefinitions

The ReferenceDefinitions() method returns every reference link definition from the document.

ReferenceLinks

The ReferenceLinks() method returns every reference link from the document.

ReferenceLinksAndDefinitions

The ReferenceLinksAndDefinitions() method returns every reference link and definition from the document.

ToDecoratedString

The ToDecoratedString() method returns the VT100-encoded string representing the rendered markdown for the document.

UndefinedReferenceLinks

The UndefinedReferenceLinks() method returns every reference link that doesn’t have a matching reference link definition from the document.

UnusedReferenceLinkDefinitions

The UnusedReferenceLinkDefinitions() method returns every reference link definition that doesn’t have at least one matching reference link from the document.

ValidReferenceLinksAndDefinitions

The ValidReferenceLinksAndDefinitions() method returns every reference link that isn’t undefined and every reference link definition that isn’t unused from the document.