File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ all: README.md
1010
1111README.md : index.html
1212 $(HTML2MARKDOWN ) $(HTML2MARKDOWNFLAGS ) $< \
13- | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/;s/Command-line: usage · options \| Web-based: usage · client · options \n//' \
13+ | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/;s/Usage · Options \n//' \
1414 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\s+\n)+/\n\n/g' \
1515 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\n\n\n)+/\n/g' \
1616 | $(FMT ) $(FMTFLAGS ) \
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ github. The following are instructions on how to use it to validate documents.
99** Note:** In the instructions, replace _ "~ /vnu.jar"_ with the actual path to the
1010` vnu.jar ` file on your system.
1111
12- Usage · Options
13-
1412## Usage
1513
1614You can use the ` vnu.jar ` validator as an executable for command-line validation
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2>Web-based usage</h2>
2929 < a href ="http://html5.validator.nu/ "> http://html5.validator.nu/</ a >
3030 and
3131 < a href ="http://validator.w3.org/nu/ "> http://validator.w3.org/nu/</ a > .
32- The service also includes a REST API for providing validation of HTML
32+ The service includes a REST API for also providing validation of HTML
3333 documents to non-browser clients.
3434
3535 < p > To run the validator as a service, open a new terminal window
You can’t perform that action at this time.
0 commit comments