blob: c09e4176a946f7b9c41e0729ab7b7d21f2339e3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.
See my [About](/about/) page for details.
This is [Bob][bob]'s web space.
This is [Alice][alice]'s web space.
[bob]: http://bob.name/ "Bob's home"
[alice]: <http://alice.name/> "Alice's home"
Some foo[bar].
[bar]: http://bar.beer/ "Foo Bar Beer"
Visit [GNU.org][].
[GNU.org]: http://gnu.org
John Gruber gets 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
John Gruber gets 10 times more traffic from [Google][] than from
[Yahoo][] or [MSN][].
[google]: http://google.com/ "Google"
[yahoo]: http://search.yahoo.com/ "Yahoo Search"
[msn]: http://search.msn.com/ "MSN Search"
|