problem:
TrackChanges still exports multiple empty spaces (eg from "a <DEL>b</DEL><INS> c</INS>" to "a c")
solution:
- Remove INS-Markup first.
- Plus: Replace not only exactly two, but multiple spaces with one space after removing deleted words with one OR MORE spaces at both sides.