Josh Collinsworth

Results 4 issues of Josh Collinsworth

https://kit.svelte.dev Like Next/Nuxt/Remix, SvelteKit is more a framework that _can_ generate static files than one built specifically for it, but it would still be interesting to see the comparison using...

enhancement

Overhauls the Fresh homepage with a new design, new demos, and new sections highlighting Fresh's capabilities.

### Describe the bug The ID `#top` is a perfectly valid `href` attribute, which can be used to scroll a user to the top of an HTML document. Per the...

bug

Allows adding a `title` attribute to code fences in markdown, like so: ``` ```ts title="index.ts" // Code here ``​` ```