Function decode_html_entities

Source
pub fn decode_html_entities(content: &str) -> String
Expand description

Decodes HTML entities (e.g., &lt; becomes <).