Function: isRelativeWorkspaceLinkDestination()
function isRelativeWorkspaceLinkDestination(destination: string): boolean;
Defined in: _internal/markdown-links.ts:141
Determine whether a Markdown link target is a relative workspace path.
Parametersâ
| Parameter | Type |
|---|---|
destination | string |
Returnsâ
boolean