function hideLinkEmbed

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

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

Type Parameters

C extends string

This is inferred by the supplied content

Parameters

url: C
The URL to wrap