| OLD | NEW |
| 1 Routing | 1 Routing |
| 2 ======= | 2 ======= |
| 3 | 3 |
| 4 A composable suite of objects and elements to make routing with web components | 4 A composable suite of objects and elements to make routing with web components |
| 5 a breeze. | 5 a breeze. |
| 6 | 6 |
| 7 * [Hash-](#MoreRouting.HashDriver) and [path-](#MoreRouting.PathDriver)based | 7 * [Hash-](#MoreRouting.HashDriver) and [path-](#MoreRouting.PathDriver)based |
| 8 routing. | 8 routing. |
| 9 * [Named routes](#more-routing). | 9 * [Named routes](#more-routing). |
| 10 * [Nested (mounted) routes](#more-route--nesting). | 10 * [Nested (mounted) routes](#more-route--nesting). |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 | 329 |
| 330 | 330 |
| 331 <a href="MoreRouting.PathDriver"></a> | 331 <a href="MoreRouting.PathDriver"></a> |
| 332 ### `MoreRouting.PathDriver` | 332 ### `MoreRouting.PathDriver` |
| 333 | 333 |
| 334 _Defined in [`path-driver.html`](path-driver.html)._ | 334 _Defined in [`path-driver.html`](path-driver.html)._ |
| 335 | 335 |
| 336 Provides true path-based routing (via `pushState`), generating URLs like | 336 Provides true path-based routing (via `pushState`), generating URLs like |
| 337 `/users/1/bio`. If your web app is mounted on a path other than `/`, you can | 337 `/users/1/bio`. If your web app is mounted on a path other than `/`, you can |
| 338 specify that mount point via the `prefix`. | 338 specify that mount point via the `prefix`. |
| OLD | NEW |