You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Spaces adjacent to formatted text elements (such as bold, italic, or underlined text) are being removed in the output document. Not sure if this happens with other types of text formatting as well.
Worked well in 3.2.2 but it doesn't work in 3.2.3 and 3.2.4
Expected behavior
Spaces should not be removed.
Repro
<p>This is normal text with <b>bold text</b> in the middle.</p>
<p>Here is normal text with <i>italic text</i> in the middle.</p>
<p>This sentence has <u>underlined text</u> surrounded by spaces.</p>
<p>Multiple <b>bold</b> <i>italic</i> <u>underlined</u> elements with spaces between them.</p>
How it appears in the browser:
How it appears in the document:
The text was updated successfully, but these errors were encountered:
Describe the bug
Spaces adjacent to formatted text elements (such as bold, italic, or underlined text) are being removed in the output document. Not sure if this happens with other types of text formatting as well.
Worked well in 3.2.2 but it doesn't work in 3.2.3 and 3.2.4
Expected behavior
Spaces should not be removed.
Repro
How it appears in the browser:
How it appears in the document:
The text was updated successfully, but these errors were encountered: