Tidyp is a program (and a library) that can validate your HTML
Tidyp is a program (and a library) that can validate your HTML, as well as modify it to be cleaner and more standard. Tidyp does not validate HTML5. The Perl module HTML::Tidy is based on the libtidyp library. Tidyp is a fork of the original tidy project.
Tidyp is a program (and a library) that can validate your HTML, as well as modify it to be cleaner and more standard. Tidyp does not validate HTML5. The Perl module HTML::Tidy is based on the libtidyp library. Tidyp is a fork of the original tidy project.
To install tidyp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tidyp
To see what files were installed by tidyp, run:
port contents tidyp
To later upgrade tidyp, run:
sudo port selfupdate && sudo port upgrade tidyp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.