showdown/test/functional/makehtml/cases/issues/#390.brackets-in-URL-break-images.html
2017-12-23 12:35:31 +00:00

5 lines
310 B
HTML

<p>This is an <img src="./image/cat(1).png" alt="image" /></p>
<p>This is another <img src="./image/cat(1).png" alt="image" /></p>
<p><a href="http://example.com"><img src="./image/cat(1).png" alt="image link" /></a></p>
<p><a href="http://example.com"><img src="./image/cat1).png" alt="image link" /></a></p>