For example I have this line from which I want to remove empty spaces/gaps. How do I do this fast in 1 click? Is there any hotkey or package to achieve this?
<tr> <td> Lorem Ipsum Dolor Sit Amet. </td> </tr>
Required:
<tr><td>Lorem Ipsum Dolor Sit Amet.</td></tr>