function hideLinkEmbed

export declare function hideLinkEmbed<Content extends string>(url: Content): `<${Content}>`;

Wraps the URL into <> which stops it from embedding.

Type Parameters

Content extends string

This is inferred by the supplied content

Parameters

url: Content
The URL to wrap