webtidy
module for (X)HTML validation
Install
- All systems
-
curl cmd.cat/webtidy.sh
- Debian
-
apt-get install libhtml-tidy-perl
- Ubuntu
-
apt-get install libhtml-tidy-perl
- Kali Linux
-
apt-get install libhtml-tidy-perl
- Fedora
-
dnf install perl-HTML-Tidy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libhtml-tidy-perl
- Raspbian
-
apt-get install libhtml-tidy-perl
- Dockerfile
- dockerfile.run/webtidy
libhtml-tidy-perl
module for (X)HTML validation
HTML::Tidy is a Perl module useful for performing cleanup and providing basic validation of input. It is based on Perl bindings to the HTML Tidy Project, also known as libtidy; for details, see: <URL:http://tidy.sourceforge.net/>. This module is intended to replace HTML::Lint and includes documentation for easing the migration from that module.