-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 2 - Major
-
43
-
If I add an image with a link using markdown to a pull request it gets wrapped with another link that goes to the image. Therefore i can never click an image in the description to be directed to the given link.
E.g.
using the markdown:
#!markdown
[](http://google.com)
it creates the following html:
#!html <p> <a href="http://google.com"> <a class="image-link" href="http://f.cl.ly/items/3f1d162q1I3J172J141N/test.png" rel="pr-image" target="_blank" data-fancybox-type="image"> <img alt="screenshot" src="http://f.cl.ly/items/3f1d162q1I3J172J141N/test.png"> </a> </a> </p>
If I click the image I expect to be sent to http://google.com but I am sent to http://f.cl.ly/items/3f1d162q1I3J172J141N/test.png