Overload 1
Overload 2
export declare function hideLinkEmbed<Content extends string>(url: Content): `<${Content}>`;
Wraps the URL into <>
which stops it from embedding.
Type Parameters
string Content extends
This is inferred by the supplied content
Parameters
Content url:
The URL to wrap