process_autolinks

Function process_autolinks 

Source
pub fn process_autolinks(html: &str) -> String
Expand description

Process autolinks by converting plain URLs to HTML anchor tags.

This function processes autolinks in HTML content by finding plain URLs and converting them to clickable links.

§Arguments

  • html - The HTML content to process

§Returns

The processed HTML with autolinks converted to anchor tags