Back to blog
sys://blog.detail

Hello World: My First Post

2024-05-20
sveltesveltekitmdsvex

//A quick introduction to my new SvelteKit blog using mdsvex.

Hello World

Welcome to my new blog! This post is written in Markdown and parsed by mdsvex. Because of the existing configuration, code snippets will automatically be highlighted.

Test

123
function greet() {
  console.log("Hello from the blog!");
}