hideLinkEmbed
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
Wraps the URL into
<>
which stops it from embedding.Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
C | string | No | This is inferred by the supplied content |
Name | Type | Optional | Description |
---|---|---|---|
url | C | No | The URL to wrap |