Skip to content

Commit c990b76

Browse files
Get rid of tabs in README.md
1 parent 8f489a3 commit c990b76

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ PERL=perl
33
PERLFLAGS=
44
FMT=fmt
55
FMTFLAGS=-80
6+
EXPAND=expand
7+
EXPANDFLAGS=
68

79
all: README.md
810

@@ -12,4 +14,5 @@ README.md: index.html
1214
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\s+\n)+/\n\n/g' \
1315
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\n\n\n)+/\n/g' \
1416
| $(FMT) $(FMTFLAGS) \
15-
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' > $@
17+
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' \
18+
| $(EXPAND) $(EXPANDFLAGS) > $@

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use the `vnu.jar` validator as an executable for command-line validation
1515
of HTML documents by invoking it like this:
1616

1717
java -jar vnu.jar [--html] [--entities] [--schema URL]
18-
[--format gnu|xml|json|text] [--verbose] [--version] FILES
18+
[--format gnu|xml|json|text] [--verbose] [--version] FILES
1919

2020
To validate one or more documents from the command line:
2121

@@ -117,7 +117,7 @@ error-level ones by setting the value of the `nu.validator.client.level` system
117117
property to `error`, like this:
118118

119119
java -Dnu.validator.client.level=error\
120-
-cp vnu.jar nu.validator.client.HttpClient FILE.html...
120+
-cp vnu.jar nu.validator.client.HttpClient FILE.html...
121121

122122
Most of the properties listed below map to the validator.nu common input
123123
parameters documented at

0 commit comments

Comments
 (0)