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
This actually leads to the removal of intended empty lines (at least in my case). It would be great to have some configuration for things like this. Should I submit a PR for this?
Just to give you an example:
Hello <br><br><br> lets test this <br><br><br> Cheers!
is converted to
Hello
lets test this
Cheers!
But I would expect:
Hello
lets test this
Cheers!
The text was updated successfully, but these errors were encountered:
In your code you remove 'unnecessary empty lines':
This actually leads to the removal of intended empty lines (at least in my case). It would be great to have some configuration for things like this. Should I submit a PR for this?
Just to give you an example:
is converted to
But I would expect:
The text was updated successfully, but these errors were encountered: