showdown/test/cases/images.html

6 lines
219 B
HTML
Raw Normal View History

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