pub fn extract_plain_text(elements: &[Element]) -> String
Extract plain text content from a slice of Elements. Only extracts Text and Escape values (shallow, non-recursive).