Second Svelte MDX post

Cesar Mejia
·
Jan 18 2023

First Heading
Second Heading
Subheading
Third Headings
- Make a list
- Yup
JavaScriptexport async function load({ fetch }) { const variable = "this is a super long variable declaration come on" const res = await fetch(`/posts.json`) if (res.ok) { const { posts } = await res.json() return { posts } } } const code = 'yay!' const code = 'yay!'
Code Block Titles Are Cool
JavaScriptexport async function load({ fetch }) { const res = await fetch(`/posts.json`) if (res.ok) { const { posts } = await res.json() return { posts } } } const code = 'yay!' const code = 'yay!'
- Do checkboxes worK?
- Maybe?