Function autolink

Source
pub fn autolink(html: &HtmlAllocator, text: &str) -> Result<ASlice<Node>>
Expand description

Convert text to an HTML node list usable as HTML Element body, creating links around “http” and “https” URLs contained in text.