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