normalize_whitespace v10.13.0 Replace any occurrence of whitespace with a single space. Input {{ "a \n b" | normalize_whitespace }} Output a b