Search...

hideLinkEmbed

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