hyperlink (4)SummaryFormats the content and the URL into a masked URLdeclare function hyperlink<C extends string, U extends string, T extends string>(content: C, url: U, title: T): `[${C}](${U} "${T}")`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneUstringNoNoneTstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to displayurlUNoThe URL the content links totitleTNoThe title shown when hovering on the masked link