summaryrefslogtreecommitdiffstats
path: root/tests/data/inline_link_style_01.md
blob: 679906136263daf6da0daf540f257ab100952499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is [an example](http://example.com/ "Title") inline link.

[This link](http://example.net/) has no title attribute.

See my [About][] page for details.

[About]: /about/

Sed faucibus convallis [an example][id] justo et congue link.

Iaculis purus sed [an example] [id] porttitor id link.

[id]: http://example.com/  "Optional Title Here"

There were [foo00][foo-00] and [foo01][foo-01] in the
bar.

[foo-00]: http://example.com/foo/00  "Foo 00 Title"
[foo-01]: http://example.com/foo/01  (Foo 01 Title)