Last Updated: 5/6/2026
Link edges
This page exercises every link form a customer might write.
Schemes that are not http(s)
If the renderer rewrites these into relative paths, that’s a bug.
Fragment-only links
Cross-doc relative links
- Sibling page (relative)
- Sibling page with
.mdextension — Nextra normally strips the extension at build time - Trailing-slash variant
Broken link (deliberate)
The build should still succeed. The browser should 404 when clicked, not crash.
Trailing slash handling
Section heading exists so the fragment link above resolves. No additional content needed — the goal is just to verify Next.js handles trailing slashes consistently.