hyperlink (4)

Formats the content and the URL into a masked URL
export declare function hyperlink<C extends string, U extends string, T extends string>(content: C, url: U, title: T): `[${C}](${U} "${T}")`;
NameTypeOptionalDescription
contentCNo
The content to display
urlUNo
The URL the content links to
titleTNo
The title shown when hovering on the masked link