tidy-html5

Validate and clean up HTML files with modern web standards support.

brewmacoslinux
Try with needOr install directly
Source

About

Granddaddy of HTML tools, with support for modern standards

Commands

tidy

Examples

fix broken HTML and auto close tags$ tidy -m input.html
convert HTML to valid XHTML format$ tidy -asxml input.html
check HTML file for errors and warnings$ tidy input.html
pretty print and indent messy HTML$ tidy -i -m input.html
convert HTML to clean UTF-8 output$ tidy -utf8 -m input.html