Skip to content

Commit 9a50cf2

Browse files
committed
add markdown and simple text file for testing
1 parent 51e3f41 commit 9a50cf2

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

tests/dir/markdown.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Markdown sample file
2+
3+
## Links:
4+
[source](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links)
5+
6+
[www](www.google.com)
7+
8+
[title - http](http://www.google.com "Google's Homepage")
9+
10+
[title - https](https://www.google.com "Google's Homepage")
11+
12+
[attribute - https](https://github.com/digitronik/linkstatus)
13+
14+
[reference-style link][Arbitrary case-insensitive reference text]
15+
16+
[I'm a relative reference to a repository file](../../LICENSE)
17+
18+
[You can use numbers for reference-style link definitions][1]
19+
20+
21+
Or leave it empty and use the [link text itself].
22+
23+
URLs and URLs in angle brackets will automatically get turned into links.
24+
http://www.example.com or <http://www.example.com> and sometimes
25+
example.com (but not on Github, for example).
26+
27+
Some text to show that the reference links can follow later.
28+
29+
[arbitrary case-insensitive reference text]: https://www.mozilla.org
30+
[1]: http://slashdot.org
31+
[link text itself]: http://www.reddit.com
32+
33+
[broken link](https://github.com/digitronic/linkstatus)

tests/dir/text

Whitespace-only changes.

0 commit comments

Comments
 (0)