File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ 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]+\]) [*] /$$1\n\n * /g' \
18+ | $(FMT ) $(FMTFLAGS ) \
1719 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/ +(\[[0-9]+\]:)\s+/\n $$1 /g' \
1820 | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\n\n\n)+/\n\n/g' \
1921 | $(EXPAND ) $(EXPANDFLAGS ) > $@
Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ the markup of documents.
2525** Note:** In the instructions, replace _ "~ /vnu.jar"_ with the actual path to the
2626` vnu.jar ` file on your system.
2727
28- Alternatively, consider automating your HTML markup checking using a frontend
29- such as [ Grunt plugin for HTML validation] [ 6 ] , [ HTML5 Validator Integration for
30- Travis CI] [ 7 ] (to automatically check any HTML documents pushed to a particular
31- github repo/branch), or [ LMVTFY: Let Me Validate That For You] [ 8 ] (to
32- automatically check the HTML content of JSFiddle, JSBin, Codepen, etc. pages
33- posted as links in github issue-tracker comments).
28+ Alternatively, consider automating HTML markup checking with frontend such as:
29+
30+ * [ Grunt plugin for HTML validation] [ 6 ]
31+
32+ * [ HTML5 Validator Integration for Travis CI] [ 7 ] (auto-check documents pushed
33+ to a particular github repo/branch)
34+
35+ * [ LMVTFY: Let Me Validate That For You] [ 8 ] (auto-check HTML content of
36+ JSFiddle, JSBin & Codepen pages posted as links in github issue comments)
3437
3538 [ 6 ] : https://github.com/jzaefferer/grunt-html
3639 [ 7 ] : https://github.com/svenkreiss/html5validator
Original file line number Diff line number Diff line change @@ -31,14 +31,18 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
3131< var > "~/vnu.jar"</ var > with the actual path to the < code > vnu.jar</ code >
3232file on your system.
3333
34- < p > Alternatively, consider automating your HTML markup checking using a frontend such as
35- < a href ="https://github.com/jzaefferer/grunt-html "> Grunt plugin for HTML validation</ a > ,
34+ < p > Alternatively, consider automating HTML markup checking with frontend such as:
35+ < ul >
36+ < li >
37+ < a href ="https://github.com/jzaefferer/grunt-html "> Grunt plugin for HTML validation</ a >
38+ < li >
3639< a href ="https://github.com/svenkreiss/html5validator "> HTML5 Validator Integration for Travis CI</ a >
37- (to automatically check any HTML documents pushed to a particular github repo/branch),
38- or
40+ (auto- check documents pushed to a particular github repo/branch)
41+ < li >
3942< a href ="https://github.com/cvrebert/lmvtfy/ "> LMVTFY: Let Me Validate That For You</ a >
40- (to automatically check the HTML content of JSFiddle, JSBin, Codepen, etc.
41- pages posted as links in github issue-tracker comments).
43+ (auto-check HTML content of JSFiddle, JSBin & Codepen pages posted as links
44+ in github issue comments)
45+ </ ul >
4246
4347< p class =links >
4448< a href ="#usage "> Usage</ a > ·
You can’t perform that action at this time.
0 commit comments