Please add a validation step that does the following:
Find/replace:
- double spaces -> single space (may need to do this recursively in case there are triple or more spaces in places)
- invisible characters that appear as spaces -> single space
- lines that end with space-return -> return
- lines that begin with return-space -> return