showdown/test/cases/images.html
2016-09-29 00:50:58 +01:00

4 lines
211 B
HTML

<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
<p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
<p><img src="url/to/image" alt="Alt text" title="Optional title attribute" /></p>