You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module provides a grunt multi-task for checking and fixing HTML files using [tidy-html5], wrapped for Node.js by [node-libtidy]. See the official [HTML Tidy]
6
-
pages for more information.
5
+
This module provides a grunt multi-task for checking and fixing HTML files
6
+
using [tidy-html5], wrapped for Node.js by [node-libtidy]. See the official
7
+
[HTML Tidy] pages for more information.
7
8
8
9
## Installation
9
10
@@ -123,6 +124,9 @@ The file will have the JSON format compatible with the JSON report produced by
123
124
[grunt-html], which is backed up by gthe [Nu Html Checker (v.Nu)]. Marking the
124
125
invalid code excerps is not supported.
125
126
127
+
The JSON report file can be converted to a HTML report file using
128
+
[grunt-html-html-report-converter].
129
+
126
130
#### ignoreMissing
127
131
Type: `Boolean`
128
132
Default: `false`
@@ -187,4 +191,5 @@ Licensed under the MIT license.
187
191
[all HTML Tidy options]: http://api.html-tidy.org/tidy/quickref_5.4.0.html
0 commit comments