Question
I need to replace paragraph breaks with double paragraph breaks, using the find and replace function as it is a long text.
It seems I can find paragraph breaks using “$”, but I cannot replace them using “$$”. Indeed, using “$” seems only to represents a paragraph break in the find slot, whereas in the replace slot, it represents the character itself.
Background context:
I have a long text which uses manual line-breaks (SHIFT + ENTER) instead as paragraph breaks (ENTER) by default. In sections which require a double paragraph break, a single paragraph break is used (with below paragraph spacing enabled). Unchanged, this will cause me many formatting issues, beginning with my inability to justify the text.
The solution I figured, is to:
a) Edit spacing of the paragraph style, so there is no space before/after paragraph.
b) Replace all paragraph breaks with double paragraph breaks.
c) Replace all manual line breaks with paragraph breaks. (By inserting “\n” in find and replace boxes, and selecting regular expressions box)
I am unable to complete this however, due to my inability to complete (b)
[EDIT: I mixed up before/after paragraph spacing with line spacing in OP, so edited accordingly.
My OS is Linux Mint, and LO version is 7.3.7.2]