hideLinkEmbed

declare function hideLinkEmbed<Content extends string>(url: Content): `<${Content}>`;
declare function hideLinkEmbed<Content extends string>(url: Content): `<${Content}>`;
Wraps the URL into <> which stops it from embedding.
NameConstraintsOptionalDefaultDescription
ContentstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
urlContentNoThe URL to wrap