-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
⚠️ BugSomething isn't working as expectedSomething isn't working as expected
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
⚠️ BugSomething isn't working as expectedSomething isn't working as expected