File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ HTML2MARKDOWN =html2text
2
+
3
+ all : README.md
4
+
5
+ README.md : README.html
6
+ $(HTML2MARKDOWN ) $(HTML2MARKDOWNFLAGS ) $< > $@
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html >
3
+ < head >
4
+ < meta charset =utf-8 >
5
+ < title > README</ title >
6
+ </ head >
7
+ < body >
8
+ < p > Most of the repos in the set of repos at
9
+ < a href ="https://github.com/validator "> https://github.com/validator</ a >
10
+ are mirrors of Bitbucket repos that store the sources from which the
11
+ < a href ="http://validator.nu/ "> validator.nu</ a >
12
+ and
13
+ < a href ="http://validator.w3.org/nu/ "> validator.w3.org/nu</ a >
14
+ services are built.
Original file line number Diff line number Diff line change
1
+ Most of the repos in the set of repos at [ https://github.com/validator ] [ 1 ] are
2
+ mirrors of Bitbucket repos that store the sources from which the
3
+ [ validator.nu] [ 2 ] and [ validator.w3.org/nu] [ 3 ] services are built.
4
+
5
+ [ 1 ] : https://github.com/validator
6
+
7
+ [ 2 ] : http://validator.nu/
8
+
9
+ [ 3 ] : http://validator.w3.org/nu/
10
+
You can’t perform that action at this time.
0 commit comments