Issue Summary
Copying line breaks from a Google Doc into a Confluence Page creates 2 line breaks.
It seems that a line break is stored in Google Doc as
So when pasted into Confluence on it's own line it becomes
Which creates 2 line breaks. This results in having the customer manually delete the additional line. This happens in the new editor and legacy editor.
Steps to Reproduce
- Create a multiple page google doc text file, include new paragraph with a line break in between them.
- Copy content
- Paste into Confluence Page
- You'll see on the line breaks the HTML tag <p><br /></p>
Expected Results
Only a single line break should be placed into the body of the page.
Actual Results
2 line breaks are created. Basically it seems like the HTML has a line break nested within a paragraph tag.
Workaround
Manually delete the additional line breaks.