Back

Hello World

This is my first post written in Markdown. You can write your thoughts here and they’ll be rendered as beautiful HTML.

Markdown features

You can use all standard Markdown features:

// Code blocks with syntax highlighting
const greeting = "Hello, world!";
console.log(greeting);

Happy writing!