Browse Source

Create test data

renovate/configure
Yota Toyama 8 years ago
parent
commit
f28a506e30
  1. 14
      test/foo.html
  2. 1
      test/foo.md
  3. 1
      test/foo/foo.md

14
test/foo.html

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>My title</title>
</head>
<body>
<div>
<a href="https://google.com">Google</a>
</div>
</body>
</html>

1
test/foo.md

@ -0,0 +1 @@
[Google](https://google.com)

1
test/foo/foo.md

@ -0,0 +1 @@
[Google](https://google.com)
Loading…
Cancel
Save