Second Svelte MDX post

avatar
Cesar Mejia · Jan 18 2023
2 mins
· 90 words · 46 views
article hero

First Heading

Second Heading

Subheading

Third Headings

  1. Make a list
  2. Yup
	
JavaScript
export 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
	
JavaScript
export 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?

Edit on GitHub