showdown/test/cases/images.html
Estevão Soares dos Santos 8b000b134a chore(all): code style change
2015-01-19 11:37:21 +00:00

6 lines
219 B
HTML

<p><img src="/path/to/img.jpg" alt="Alt text" title=""/></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>