action-send-mail/node_modules/showdown/test/issues/#390.brackets-in-URL-break-images.html
2025-06-08 23:43:24 +08: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>