This worked finally for me:

In the Replace dialog box (Ctrl-H):

  1. Select: "Use regular expressions" and "Use multi-line matching"
  2. Search for: ([^\n])\n(?!\n)
  3. Replace with: \1 (put a space here)

And press Replace all -> In Document


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.