Skip to content
New issue

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

Unnecessary URL decode in images seems to break image links. #1457

Open
isoos opened this issue Dec 9, 2024 · 1 comment
Open

Unnecessary URL decode in images seems to break image links. #1457

isoos opened this issue Dec 9, 2024 · 1 comment

Comments

@isoos
Copy link
Contributor

isoos commented Dec 9, 2024

version: 7.2.2

input:

![alt](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)
output:
<p><img src="https://img.shields.io/badge/Show%20Adopters%20and%20Users-#31b8a3ff?logoColor=31b8a3ff" alt="alt" /></p>

expected output:
<p><img src="https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff" alt="alt"></p>

Note the difference after the Users- part: #31... vs %2331...

@isoos
Copy link
Contributor Author

isoos commented Dec 9, 2024

/cc @srawlins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants