hideLinkEmbed

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