We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a581e1 commit cc067ffCopy full SHA for cc067ff
title.ts
@@ -48,5 +48,5 @@ const noTailChars = ':;",';
48
*/
49
export const toReadableTitleURI = (title: string): string => {
50
return title.replaceAll(" ", "_")
51
- .replace(/[/?#\{}^|<>]/g, (char) => encodeURIComponent(char));
+ .replace(/[/?#\{}^|<>%]/g, (char) => encodeURIComponent(char));
52
};
0 commit comments