Tracks an upstream PlatyPS bug we currently shim around. Context: #241 (v2 migration).
Problem
Export-MarkdownCommandHelp renders bare-URL .LINK entries as [](https://example.com/docs) (a link without clickable text, invisible on most sites) and text-only entries as [about_CommonParameters]() (a link without a target).
Our mitigation
Source/Private/RepairRelatedLinks.ps1 rewrites the RELATED LINKS section: bare URLs get the URI as link text, text-only entries become plain list items.
Upstream
Retire when
An upstream fix ships in a PlatyPS release newer than our RequiredModules pin (currently 1.0.2): bump the pin — the golden fixtures will show exactly when RepairRelatedLinks becomes a no-op — then remove the shim and regenerate fixtures.
Tracks an upstream PlatyPS bug we currently shim around. Context: #241 (v2 migration).
Problem
Export-MarkdownCommandHelprenders bare-URL.LINKentries as[](https://example.com/docs)(a link without clickable text, invisible on most sites) and text-only entries as[about_CommonParameters]()(a link without a target).Our mitigation
Source/Private/RepairRelatedLinks.ps1rewrites the RELATED LINKS section: bare URLs get the URI as link text, text-only entries become plain list items.Upstream
Retire when
An upstream fix ships in a PlatyPS release newer than our
RequiredModulespin (currently 1.0.2): bump the pin — the golden fixtures will show exactly whenRepairRelatedLinksbecomes a no-op — then remove the shim and regenerate fixtures.