pub fn adjust_whitespace(raw: &str) -> String
Adjusts whitespace in a string by collapsing consecutive whitespaces into a single space.