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