File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ github. The following are instructions on how to use it to validate documents.
11
11
12
12
Usage · Options
13
13
14
- ## Command-line usage
14
+ ## Usage
15
15
16
16
You can use the ` vnu.jar ` validator as an executable for command-line validation
17
17
of HTML documents by invoking it like this:
@@ -37,7 +37,7 @@ To validate from standard input:
37
37
38
38
echo 'test...' | java -jar ~/vnu.jar -
39
39
40
- ### Command-line options
40
+ ### Options
41
41
42
42
When used from the command line as described in this section, the ` vnu.jar `
43
43
executable provides the following options:
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ <h1>How to use the vnu.jar validator</h1>
15
15
file on your system.
16
16
17
17
< p class =links >
18
- < a href ="#command-line- usage "> Usage</ a > ·
19
- < a href ="#command-line- options "> Options</ a >
18
+ < a href ="#usage "> Usage</ a > ·
19
+ < a href ="#options "> Options</ a >
20
20
21
21
< div class =set >
22
- < section id =command-line- usage>
23
- < h2 > Command-line usage </ h2 >
22
+ < section id =usage >
23
+ < h2 > Usage </ h2 >
24
24
25
25
< p > You can use the < code > vnu.jar</ code > validator as an executable for
26
26
command-line validation of HTML documents by invoking it like this:
@@ -51,7 +51,7 @@ <h2>Command-line usage</h2>
51
51
echo '<!doctype html> < title > test< title > ...' | java -jar ~/vnu.jar -
52
52
</ pre >
53
53
54
- < h3 id ="command-line- options "> Command-line options </ h3 >
54
+ < h3 id ="options "> Options </ h3 >
55
55
< p > When used from the command line as described in this section, the
56
56
< code > vnu.jar</ code > executable provides the following options:
57
57
You can’t perform that action at this time.
0 commit comments