pub fn link(text: impl Display, url: impl Display) -> String
Render a markdown link ([text](url)).
[text](url)