Skip to main content

clean_html_base

Function clean_html_base 

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

Clean the html removing css and js (base).

Uses lol_html to strip noisy elements and reduce prompt size.