getgrav / getgrav/grav-plugin-admin
Image title should not be url-encoded
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
Hi! I believe, [this ](https://github.com/getgrav/grav/issues/3653) 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:
``


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:
``
Contributor guide
Assessment
This issue has not been assessed yet.