Function linkify

Source
pub fn linkify(text: &str, is_html: bool) -> Cow<'_, str>
Expand description

Looks for bare links in the given text and converts them into proper HTML links.