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

URI encode name hash #2037

Closed
wants to merge 1 commit into from
Closed

Conversation

nnormand
Copy link
Contributor

Named link derived from slide id attributes with accentuated or special characters can't be found back in the slideshow when reading a URL. For instance the id "lemon-soufflé" produces the hash "lemon-souffl" which, when entered, can't be linked to the correct slide. The fix proposed in this PR consists in URI encoding the id value to form the hash and URI decoding the hash to locate the slide by its id.
This is linked to issue 1346 and related issues.

@bnjmnt4n
Copy link
Collaborator

Seems like a good fix to close #1230 and #1346.

@hakimel
Copy link
Owner

hakimel commented Mar 22, 2018

Looks great! This has been merged into the dev branch and will make its way out with the next release.

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

Successfully merging this pull request may close these issues.

None yet

3 participants