Preview environment

function hideLinkEmbed

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

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

Type Parameters

Content extends string

Parameters

content: Content
The content to wrap