We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495bb24 commit 3b295b6Copy full SHA for 3b295b6
documentation/docs/02-routing.md
@@ -415,3 +415,5 @@ assert.equal(
415
'@[username].svelte'
416
);
417
```
418
+
419
+To express a `%` character, use `%25`, otherwise the result will be malformed.
0 commit comments