Skip to content

Commit d8a184f

Browse files
Fixed linked formatting in markdown output.
1 parent 1cdba4e commit d8a184f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ README.md: index.html
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) \
17-
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' \
17+
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/ +(\[[0-9]+\]:)\s+/\n $$1 /g' \
18+
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\n\n\n)+/\n\n/g' \
1819
| $(EXPAND) $(EXPANDFLAGS) > $@

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ The Nu Markup Checker is the backend behind [http://validator.nu][1],
44
[http://html5.validator.nu][2], [http://validator.w3.org/nu/][3], and the HTML5
55
facet of the [W3C Validator][4].
66

7-
[1]: http://validator.nu [2]: http://html5.validator.nu
8-
[3]: http://validator.w3.org/nu/ [4]: http://validator.w3.org
7+
[1]: http://validator.nu
8+
[2]: http://html5.validator.nu
9+
[3]: http://validator.w3.org/nu/
10+
[4]: http://validator.w3.org
911

1012
The source code for the Nu Markup Checker is contained in [a number of
1113
repositories hosted at github][5].

0 commit comments

Comments
 (0)