We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
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 "Тест")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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")
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 "Тест")
The text was updated successfully, but these errors were encountered: