pub fn linkify(text: &str) -> String
Linkify the given text.
The text will also be escaped with StrExt::escape_markup().
StrExt::escape_markup()