philhawksworth / netlify-plugin-minify-html

26 stars 8 forks source link

Removes spaces in and around <span> tags. #15

Open kvncnls opened 3 years ago

kvncnls commented 3 years ago

Site on the left is my main domain. Site on the right is from my local files. image

As you can see, the spacing between "modern websites" is gone because I have span tags around "modern". There's also span tags around "growing".

image

daviddarnes commented 3 years ago

I'm seeing the same issue with anchor elements. Strips the space before and after

DavidBiddle commented 3 years ago

I believe this is the same underlying issue as #8 - configuring your netlify.toml to set collapseInlineTagWhitespace = false should resolve it (if you don't have a netlify.toml there's a good example config on that issue).

daviddarnes commented 3 years ago

@DavidBiddle ah thanks! Just submitted a quick fix as I can see a few people expecting the default to be different