Washington
← All link tests · From a table · From a map
Param round-trip check. params.state resolved to: Washington
If you arrived here by clicking a state whose name contains a space (New York, West
Virginia, District of Columbia), that value should appear above with the space intact —
not as New%20York and not truncated at the space. That is the main thing this page is
here to prove.
Sales
Orders
Distinct items
Categories
Drill one level deeper
Both controls below link into the nested templated page
pages/states/[state]/[category].md — two parameters in one route. Every category name
contains a space, so these links exercise encoding in the final URL segment.
The same targets as plain markdown links built in an {#each} loop. Note the leading slash:
these are root-absolute, exactly like the link column above. A relative href here would
resolve against /states/{params.state}/ and produce /states/{params.state}/states/…:
