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 #3653

Open
u07 opened this issue Dec 4, 2022 · 0 comments
Open

Image title should not be url-encoded #3653

u07 opened this issue Dec 4, 2022 · 0 comments

Comments

@u07
Copy link

u07 commented Dec 4, 2022

Hi! Thanks for Grav and sorry for leaving you with one more issue to fix, but this one should be easy.

See, 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
image

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