1title:	Link Attributes
2latexconfig:	article
3
4foo ![image][]
5
6foo [link][]
7
8foo [link2][]
9
10foo [link3][]
11
12![test](http://foo.bar/ "title" width="40px" height=400px)
13
145
15
16
17[image]:	http://foo.bar/	"title"	width="40px"	height=400px
18[link]:		<http://foo.bar/1> class=external
19			style="border: solid black 1px;"
20[link2]:	http://foo.bar/2 class=external
21			style="border: solid black 1px;"
22[link3]:	http://foo.bar/3	class=external
23			style="border: solid black 1px;"
24