How do i add a soft break in Rich Text Editor in vaadin

I want to use SHIFT + ENTER shortcut to insert a line break and continue inside the same parahraph. However RTC is creating a new paragraph which looks very bad.


I found that a bug is already opened Add soft line breaks support to RichTextEditor · Issue #6302 · vaadin/flow-components · GitHub.
Do we have a workaround here ?
I tried to replace the </p><p> tags with <br> but even after replacing RTE seems to reparse the value and add these tags again.

Someone should try this with most recent Vaadin 25 alpha release, as it has Quill updated to v2: refactor!: update to Quill v2.0 and use getSemanticHTML by web-padawan · Pull Request #9007 · vaadin/web-components · GitHub