You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded from 39.1.13 of evidence in my local development environment and recently tried to upgrade to version 40.0.1.
Markdown pages that contain special characters now break eg white space.md
Steps to Reproduce
Add a page with a space eg page two.md and try to navigate to it from the sidebar
CleanShot.2024-12-23.at.09.47.10.mp4
it's detecting the pre encoded space character %20 and then encoding it again, replacing the %-> %25
so overall you get page two.md -> page%20two -> page%2520two
I am yeonj, who first reported this issue on Slack.
I am excited to be involved in opening this issue.
Although I have limited experience contributing to open source, I am very interested in personally resolving the issues I report.
If given the opportunity, I would like to attempt to resolve this issue with a PR.
Describe the bug
Upgraded from 39.1.13 of evidence in my local development environment and recently tried to upgrade to version 40.0.1.
Markdown pages that contain special characters now break eg
white space.md
Steps to Reproduce
Add a page with a space eg
page two.md
and try to navigate to it from the sidebarCleanShot.2024-12-23.at.09.47.10.mp4
it's detecting the pre encoded space character %20 and then encoding it again, replacing the %-> %25
so overall you get page two.md -> page%20two -> page%2520two
Logs
System Info
Severity
serious, but I can work around it
Additional Information, or Workarounds
Workaround is to not use spaces / special characters in app paths
The text was updated successfully, but these errors were encountered: