Skip to main content

linkify

Function linkify 

Source
pub(crate) fn linkify(text: &str) -> String
Expand description

Linkify the given text.

The text will also be escaped with StrExt::escape_markup().