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

Image title should not be url-encoded #2379

Open
u07 opened this issue Nov 2, 2023 · 0 comments
Open

Image title should not be url-encoded #2379

u07 opened this issue Nov 2, 2023 · 0 comments

Comments

@u07
Copy link

u07 commented Nov 2, 2023

Hi! I believe, this issue must be here.

The problem is, when you edit a page and want to add an image from your HDD with unicode name, you get this .md code:

![%D0%A2%D0%B5%D1%81%D1%82](%D0%A2%D0%B5%D1%81%D1%82.jpg "%D0%A2%D0%B5%D1%81%D1%82")

image

https://user-images.githubusercontent.com/20968145/205467330-4d99019f-d663-4d51-b454-76a509e79265.png

That's wrong. The 1'st and the 3'rd params are actually img's Alt and Title (human-readable) and they should not be url-encoded. Like this:

![Тест](%D0%A2%D0%B5%D1%81%D1%82.jpg "Тест")

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

No branches or pull requests

1 participant