Function fractal::utils::string::linkify

source ยท
pub fn linkify(text: &str) -> String
Expand description

Linkify the given text.

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