Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renderFromHTML removes <br> tags #2800

Open
CedricHildbrand opened this issue Aug 2, 2024 · 1 comment
Open

renderFromHTML removes <br> tags #2800

CedricHildbrand opened this issue Aug 2, 2024 · 1 comment
Labels

Comments

@CedricHildbrand
Copy link

renderFromHTML function doesn't seem to keep BR-tags. Same behaviour in pasting, might not be needed for pasting but for renderFromHTML it should work IMO

It doesnt matter how the BR-tag is written in the html-string, all those examples don't work:

renderFromHTML('<p>before<br>after</p>')

renderFromHTML('<p>before<br />after</p>')

renderFromHTML('<p>before<br/>after</p>')

@TomTasche
Copy link

Same issue here. Has anyone found a solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants