File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments