HTML Minify
Strip insignificant whitespace and comments from HTML. It's conservative on purpose — content inside <pre>, <textarea>, <script>, and <style> is left verbatim — so it shrinks the markup without breaking code blocks or inline scripts. It is a quick markup minifier, not a full build optimizer.