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