Reply To: Paragraph Style to remove double paragraphs in a row

Home Page / Forums / General InDesign Topics (CLOSED) / Paragraph Style to remove double paragraphs in a row / Reply To: Paragraph Style to remove double paragraphs in a row

#34313

Paragraph styles cannot remove text. (Nor add it — Space Above and Space Below don’t ‘add’ text.)

Best to use a GREP search-and-replace, because the regular Find/Replace may mess up paragraph styling. Search for this:

(?<=\r)\r

and replace with nothing. This simply looks for a paragraph return which is preceded by another, and removes only the second one.

This article was last modified on July 18, 2013

Comments (0)

Loading comments...