@@ -25,11 +25,16 @@ the markup of documents.
2525** Note:** In the instructions, replace _ "~ /vnu.jar"_ with the actual path to the
2626` vnu.jar ` file on your system.
2727
28- Alternatively, there’s also now a [ Grunt plugin for HTML validation] [ 6 ] that
29- uses ` vnu.jar ` as its backend. You can install that plugin with `npm install
30- grunt-html --save-dev`.
28+ Alternatively, consider automating your HTML markup checking using a frontend
29+ such as [ Grunt plugin for HTML validation] [ 6 ] , [ HTML5 Validator Integration for
30+ Travis CI] [ 7 ] (to automatically check any HTML documents pushed to a particular
31+ github repo/branch), or [ LMVTFY: Let Me Validate That For You] [ 8 ] (to
32+ automatically check the HTML content of JSFiddle, JSBin, Codepen, etc. pages
33+ posted as links in github issue-tracker comments).
3134
3235 [ 6 ] : https://github.com/jzaefferer/grunt-html
36+ [ 7 ] : https://github.com/svenkreiss/html5validator
37+ [ 8 ] : https://github.com/cvrebert/lmvtfy/
3338
3439## Usage
3540
@@ -86,9 +91,9 @@ executable provides the following options:
8691 possible values: "gnu", "xml", "json", "text"
8792
8893 see also:
89- [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][7 ]
94+ [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][9 ]
9095
91- [ 7 ] : http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
96+ [ 9 ] : http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
9297
9398#### --help
9499
@@ -122,7 +127,7 @@ executable provides the following options:
122127
123128For details on how to provide browser-based checking of documents over the Web
124129using either the ` vnu.jar ` package or an alternative ` vnu.war ` package that’s
125- also available, see [ Web-based checking with vnu.war or vnu.jar] [ 8 ] .
130+ also available, see [ Web-based checking with vnu.war or vnu.jar] [ 10 ] .
126131
127- [ 8 ] : http://validator.github.io/service.html
132+ [ 10 ] : http://validator.github.io/service.html
128133
0 commit comments