hideLinkEmbed

Wraps the URL into <>, which stops it from embedding
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
NameTypeOptionalDescription
urlCNo
The URL to wrap