|
1 | 1 | # How to use the vnu.jar markup checker |
2 | 2 |
|
3 | 3 | The `vnu.jar` application is a portable standalone version of the validator.nu |
4 | | -markup checker. The [latest version][1] is available from the `validator` |
5 | | -project at github. The following are instructions on how to use it to check the |
6 | | -markup of documents. |
| 4 | +markup checker. The [latest vnu.jar release][1] is available from the |
| 5 | +`validator` project at github. The following are instructions on how to use it |
| 6 | +to check the markup of documents. |
7 | 7 |
|
8 | 8 | [1]: https://github.com/validator/validator.github.io/releases |
9 | 9 |
|
10 | 10 | **Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the |
11 | 11 | `vnu.jar` file on your system. |
12 | 12 |
|
| 13 | +Alternatively, there’s also now a [Grunt plugin for HTML validation][2] that |
| 14 | +uses `vnu.jar` as its backend. You can install that plugin with `npm install |
| 15 | +grunt-html --save-dev`. |
| 16 | + |
| 17 | + [2]: https://github.com/jzaefferer/grunt-html |
| 18 | + |
13 | 19 | ## Usage |
14 | 20 |
|
15 | 21 | You can use the `vnu.jar` markup checker as an executable for command-line |
@@ -67,9 +73,9 @@ executable provides the following options: |
67 | 73 | possible values: "gnu", "xml", "json", "text" |
68 | 74 |
|
69 | 75 | see also: |
70 | | - [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][2] |
| 76 | + [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][3] |
71 | 77 |
|
72 | | - [2]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
| 78 | + [3]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
73 | 79 |
|
74 | 80 | #### --help |
75 | 81 |
|
@@ -110,7 +116,7 @@ executable provides the following options: |
110 | 116 |
|
111 | 117 | For details on using the `vnu.jar` markup checker to provide a service for |
112 | 118 | browser-based checking of HTML documents over the Web, see [Using vnu.jar for |
113 | | -Web-based markup checking][3]. |
| 119 | +Web-based markup checking][4]. |
114 | 120 |
|
115 | | - [3]: http://validator.github.io/service.html |
| 121 | + [4]: http://validator.github.io/service.html |
116 | 122 |
|
0 commit comments