showdown/test/cases/images.html

6 lines
213 B
HTML
Raw Normal View History

<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
2012-06-14 13:05:31 +08:00
<p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
2012-06-14 13:05:31 +08:00
<p><img src="url/to/image" alt="Alt text" title="Optional title attribute" /></p>