We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c25e4 commit 4658013Copy full SHA for 4658013
Makefile
@@ -6,4 +6,5 @@ all: README.md
6
7
README.md: index.html
8
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@
9
+ $(PERL) $(PERLFLAGS) -pi -e 'undef $$/;s/Command-line: usage · options \| Web-based: usage · client · options\n//' $@
10
$(PERL) $(PERLFLAGS) -pi -e 'undef $$/; s/\n\n\n(\n)*/\n\n/g' $@
README.md
@@ -11,8 +11,6 @@ documents.
11
12
[3]: https://github.com/validator/validator.github.io/
13
14
-Command-line: usage · options | Web-based: usage · client · options
15
-
16
## Command-line usage
17
18
You can use the `vnu.jar` validator as an executable for command-line validation
0 commit comments