We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having links with URL-encoded params e.g.
[xx](https://sturdy-backbone.glitch.me/test?url=https%3A%2F%2Funrelenting.technology%2Fnotes%2F2019-09-16-17-55-29)
breaks the links by encoding again:
<p><a href="https://sturdy-backbone.glitch.me/test?url=https%253A%252F%252Funrelenting.technology%252Fnotes%252F2019-09-16-17-55-29">xx</a></p>\n
The text was updated successfully, but these errors were encountered:
Ooops I messed up, it is not Earmark's responsibility to URL-encode the links... Thank you for reporting this
Sorry, something went wrong.
ad4955f
Merge pull request #285 from pragdave/i281-double-url-encoding-in-links
09548fd
Fixes #281;
RobertDober
No branches or pull requests
Having links with URL-encoded params e.g.
breaks the links by encoding again:
The text was updated successfully, but these errors were encountered: