Function decode_html_entities

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

Decodes HTML entities (e.g., &lt; becomes <). Re-exporting from the original slimmer or using html-escape directly.