We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e2ab1 commit ee609daCopy full SHA for ee609da
data/html.ini
@@ -1,10 +1,14 @@
1
+[tidy]
2
+files = *.htm *.html *.xhtml
3
+types = text/html
4
+command = tidy -q -o /dev/null --gnu-emacs true {files}
5
+
6
# TODO: linkchecker
7
# TODO: libhtml-lint-perl
8
# TODO: weblint-perl
9
# TODO: libhtml-tidy-perl
10
# TODO: w3c-linkchecker
11
# TODO: wdg-html-validator
-# TODO: tidy
12
# TODO: linklint
13
# TODO: webcheck
14
# TODO: https://validator.w3.org/nu/about.html
0 commit comments