Skip to content

Why %23 in a.href is decoded to #? #287

@Hywan

Description

@Hywan

Hello,

We have an issue here hoaproject/W3#135. We have this kind of links:

[link](https://img.shields.io/badge/help-%23hoaproject-ff0066.svg)

that is converted to the following HTML:

<a href="https://img.shields.io/badge/help-#hoaproject-ff0066.svg">link</a>

Which is not what we expect. The %23 must not be converted to # in this case.

Are we missing something 😄?

Thanks for your great tool!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working right

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions