Stable SvelteKit SSR

This route parses markdown in +page.server.ts and renders the AST with <MarkdownDocument>.

Resolved from componentsManifest

Eager manifest entry

This card is resolved synchronously from an eager manifest, so it can render during SSR without Svelte's experimental async support.

The same #footer slot works with <MarkdownDocument> and an eager manifest.