Skip to content

Commit badc6a0

Browse files
committed
docs: Mention grunt-html-html-report-converter for getting a HTML report
1 parent 8bd45b9 commit badc6a0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![NPM Downloads](https://nodei.co/npm/grunt-tidy-html5.png?downloads=true&stars=true)](https://www.npmjs.com/package/grunt-tidy-html5)
44

5-
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.
78

89
## Installation
910

@@ -123,6 +124,9 @@ The file will have the JSON format compatible with the JSON report produced by
123124
[grunt-html], which is backed up by gthe [Nu Html Checker (v.Nu)]. Marking the
124125
invalid code excerps is not supported.
125126

127+
The JSON report file can be converted to a HTML report file using
128+
[grunt-html-html-report-converter].
129+
126130
#### ignoreMissing
127131
Type: `Boolean`
128132
Default: `false`
@@ -187,4 +191,5 @@ Licensed under the MIT license.
187191
[all HTML Tidy options]: http://api.html-tidy.org/tidy/quickref_5.4.0.html
188192
[grunt-html]: https://github.com/jzaefferer/grunt-html
189193
[Nu Html Checker (v.Nu)]: https://validator.github.io/validator/
194+
[grunt-html-html-report-converter]: https://github.com/prantlf/grunt-html-html-report-converter
190195

0 commit comments

Comments
 (0)