[Feature Request] Please Integrate HTML Tidy into CodeKit
HTML Tidy is a very well-established and stable tool, that can diagnose and correct HTML syntax issues - including HTML5. It effectively does 'linting' for HTML files.
This is a standard tool, that ships by default with most *nix distros. However, the versions shipped are usually terribly out-of-date, and pretty useless for actual production - e.g., the version shipping with MacOS Sierra is from 2006, pre-dating any HTML5 integration.
It would be amazing if CodeKit could integrate a current version of tidy, to warn on HTML syntax errors and (optionally) auto-correct them!
The core of the HTML Tidy project is the libtidy library, which is specifically made to allow tidy to be easily integrated into third-party software.