pub fn linkify(text: &str, is_html: bool) -> Cow<'_, str>
Looks for bare links in the given text and converts them into proper HTML links.
text