File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The Nu Markup Checker is the backend behind [ http://validator.nu ] [ 1 ] ,
4
4
[ http://html5.validator.nu ] [ 2 ] , [ http://validator.w3.org/nu/ ] [ 3 ] , and the HTML5
5
- facet of the [ W3C Validator] [ 4 ] .
5
+ facet of the [ W3C Validator] [ 4 ] . Its source code is available from [ a set of
6
+ repositories hosted at github] [ 5 ] , as is ` vnu.jar ` , a portable standalone
7
+ version.
6
8
7
9
[ 1 ] : http://validator.nu
8
10
[ 2 ] : http://html5.validator.nu
9
11
[ 3 ] : http://validator.w3.org/nu/
10
12
[ 4 ] : http://validator.w3.org
11
-
12
- The Nu Markup Checker source code is available from [ a set of repositories
13
- hosted at github] [ 5 ] , as is ` vnu.jar ` , a portable standalone version.
14
-
15
13
[ 5 ] : https://github.com/validator/
16
14
17
15
The easiest way to do things with the Nu Markup Checker on your own is to [ get
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ <h1>The Nu Markup Checker</h1>
11
11
and the HTML5 facet of the
12
12
< a href ="http://validator.w3.org "> W3C Validator</ a > .
13
13
14
- < p >
15
- The Nu Markup Checker source code is available from
14
+ Its source code is available from
16
15
< a href ="https://github.com/validator/ "> a set of repositories hosted at github</ a > ,
17
16
as is < code > vnu.jar</ code > , a portable standalone version.
18
17
You can’t perform that action at this time.
0 commit comments