hideLinkEmbed
Wraps the URL into
<>, which stops it from embeddingexport declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;| Name | Type | Optional | Description |
|---|---|---|---|
| url | C | No | The URL to wrap |