pub fn decode_html_entities(content: &str) -> String
Decodes HTML entities (e.g., < becomes <). Re-exporting from the original slimmer or using html-escape directly.
<
<