File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
1111
1212Usage · Options
1313
14- ## Command-line usage
14+ ## Usage
1515
1616You can use the ` vnu.jar ` validator as an executable for command-line validation
1717of HTML documents by invoking it like this:
@@ -37,7 +37,7 @@ To validate from standard input:
3737
3838 echo 'test...' | java -jar ~/vnu.jar -
3939
40- ### Command-line options
40+ ### Options
4141
4242When used from the command line as described in this section, the ` vnu.jar `
4343executable 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>
1515file on your system.
1616
1717< 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 >
2020
2121 < div class =set >
22- < section id =command-line- usage>
23- < h2 > Command-line usage </ h2 >
22+ < section id =usage >
23+ < h2 > Usage </ h2 >
2424
2525< p > You can use the < code > vnu.jar</ code > validator as an executable for
2626command-line validation of HTML documents by invoking it like this:
@@ -51,7 +51,7 @@ <h2>Command-line usage</h2>
5151 echo '<!doctype html> < title > test< title > ...' | java -jar ~/vnu.jar -
5252</ pre >
5353
54- < h3 id ="command-line- options "> Command-line options </ h3 >
54+ < h3 id ="options "> Options </ h3 >
5555< p > When used from the command line as described in this section, the
5656< code > vnu.jar</ code > executable provides the following options:
5757
You can’t perform that action at this time.
0 commit comments