showdown/test/cases/images.html
2015-06-08 03:59:40 +01:00

6 lines
213 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>