File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ all: README.md
10
10
11
11
README.md : index.html
12
12
$(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//' \
14
14
| $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\s+\n)+/\n\n/g' \
15
15
| $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\n\n\n)+/\n/g' \
16
16
| $(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.
9
9
** Note:** In the instructions, replace _ "~ /vnu.jar"_ with the actual path to the
10
10
` vnu.jar ` file on your system.
11
11
12
- Usage · Options
13
-
14
12
## Usage
15
13
16
14
You 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>
29
29
< a href ="http://html5.validator.nu/ "> http://html5.validator.nu/</ a >
30
30
and
31
31
< 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
33
33
documents to non-browser clients.
34
34
35
35
< 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