Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit 9a50cf2

Browse filesBrowse the repository at this point in the historyBrowse files
committed
add markdown and simple text file for testing
1 parent 51e3f41 commit 9a50cf2
Copy full SHA for 9a50cf2

2 files changed

+33Lines changed: 33 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tests/dir/markdown.md‎

Copy file name to clipboard
+33Lines changed: 33 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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)
Collapse file

‎tests/dir/text‎

Copy file name to clipboardExpand all lines: tests/dir/text
Whitespace-only changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.