pub const fn link<T, L>(text: T, link: L) -> Link<T, L>where T: Formattable, L: Deref<Target = str>,
Creates a link.