posthtml / htmlnano

Modular HTML minifier, built on top of the PostHTML

Home Page:https://htmlnano.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redundant whitespace not removed

thewilkybarkid opened this issue · comments

When using collapseWhitespace: aggressive, the following remains unchanged:

before <a href="#link"> <i>after</i></a>

The space inside the <a> can be removed as it collapses into the one outside.