I've a link in a markdown file containing some URL parameters:
* [Test link](https://example.com?foo=bar&bar=foo
When HTML document is generated the link will be URL encoded, resulting in an invalid link:
<li><a href="https://example.com/?foo=bar&amp;bar=foo">Test link</a></li>
I've a link in a markdown file containing some URL parameters:
When HTML document is generated the link will be URL encoded, resulting in an invalid link: