HTML formatRe-indents tags, preserves pre/textarea/script/style contents, keeps inline text tight.
HTML minifyCollapses whitespace between tags, removes HTML comments (keeps conditional IE ones), preserves preformatted content.
CSS formatSplits selectors onto their own line, indents declarations and preserves comments.
CSS minifyStrips comments and unnecessary whitespace, removes the last semicolon before each }.
JS formatPowered by Prettier 3.3 — the industry-standard formatter used by Webpack, Vite, Rollup and every major editor.
JS minifyPowered by Terser 5 — the JS minifier shipped in Webpack/Vite/Rollup; mangles identifiers and keeps /*! license */ comments.