blob: 5e38830eb26ef0276e288f327a416fe9fedb08ff [file] [log] [blame]
>>> image
![](http://foo.com/foo.png)
<<<
<p><img src="http://foo.com/foo.png" alt="" /></p>
>>> alternate text
![alternate text](http://foo.com/foo.png)
<<<
<p><img src="http://foo.com/foo.png" alt="alternate text" /></p>
>>> title
![](http://foo.com/foo.png "optional title")
<<<
<p><img src="http://foo.com/foo.png" alt="" title="optional title" /></p>
>>> invalid alt text
![`alt`](http://foo.com/foo.png)
<<<
<p><img src="http://foo.com/foo.png" alt="alt" /></p>