-
Notifications
You must be signed in to change notification settings - Fork 35
Remove empty elements #8
Copy link
Copy link
Closed
Labels
Description
Source:
<div>hello <span><b></b></span></div>Minified:
<div>hello</div>By default the module must be disabled, since it could break the page. It should probably have a few options:
- remove all empty elements
- remove empty elements without attributes (class, id, etc)
Reactions are currently unavailable