suyati / line-control

A Light Weight HTML5 Text Editor designed as a JQuery Plugin
Other
124 stars 90 forks source link

About erasing the space between two HTML tags #122

Open Ademgenc53 opened 3 years ago

Ademgenc53 commented 3 years ago

Hello,

Deletes and merges spaces between all HTML tags made in editor

</div>

<div>

Output </div><div>

However, HTML code pasted from outside does not delete the spaces between tags.

This causes failure to restore from database to editor

What should be done to erase the spaces between tags of HTML code pasted from outside? OR What should be done to prevent errors in case of gaps between HTML codes?

Thank you