pub fn autolink(html: &HtmlAllocator, text: &str) -> Result<ASlice<Node>>
Convert text to an HTML node list usable as HTML Element body, creating links around “http” and “https” URLs contained in text.
text