Skip to content

Commit 4658013

Browse files
Minor formatting.
1 parent 87c25e4 commit 4658013

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ all: README.md
66

77
README.md: index.html
88
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@
9+
$(PERL) $(PERLFLAGS) -pi -e 'undef $$/;s/Command-line: usage · options \| Web-based: usage · client · options\n//' $@
910
$(PERL) $(PERLFLAGS) -pi -e 'undef $$/; s/\n\n\n(\n)*/\n\n/g' $@

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ documents.
1111

1212
[3]: https://github.com/validator/validator.github.io/
1313

14-
Command-line: usage · options | Web-based: usage · client · options
15-
1614
## Command-line usage
1715

1816
You can use the `vnu.jar` validator as an executable for command-line validation

0 commit comments

Comments
 (0)