showdown/test/functional/makehtml/cases/standard/images.html
Estevão Soares dos Santos 491ec7210b add image to event system
2022-04-02 21:50:38 +01:00

8 lines
413 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.jpg" alt="Alt text" title="Optional title attribute" /></p>
<p><img src="url/to/image2.jpg" alt="some alt text" /></p>
<p><img src="url/to/image3.jpg" alt="My Image" title="Optional title attribute" /></p>
<p>![leave me alone]</p>
<p>![leave me alone][]</p>