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 embeddingName | Constraints | Optional | Default | Description |
---|---|---|---|---|
C | string | No | None |
Name | Type | Optional | Description |
---|---|---|---|
url | C | No | The URL to wrap |