markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Image tag with URL in alt text does not parse with github flavored extension set

Open jhass opened this issue 4 years ago • 0 comments

Probably the autolink extension is breaking it?

Input:

![alt text with http://example.org](https://placekitten.com/50/50)

Expected output

<img src="https://placekitten.com/50/50" alt="alt text with http://example.org">

Actual output:

![alt text with <a href="http://example.org%5D(https://placekitten.com/50/50)">http://example.org](https://placekitten.com/50/50)</a>

jhass avatar Nov 19 '20 20:11 jhass