Sample Blog Post
1.1.2026 · Your Name
Welcome to Your Blog
This is a sample blog post. Write your content here using standard Markdown.
Using Highlights
You can use the Highlight component:
This is an inline highlightOr as a block:
Standard Markdown Works
- Lists work
- Bold and italic work
- Links work
- Images work
Blockquotes look nice too
Code Blocks
const greeting = "Hello, World!";
console.log(greeting);
That’s it. Delete this file and write your own posts.