hyperlink (2)SummaryFormats the content and the URL into a masked URLdeclare function hyperlink<C extends string, U extends string>(content: C, url: U): `[${C}](${U})`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneUstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to displayurlUNoThe URL the content links to