Welcome to Markdown

This is a sample post for the Markdown-based blog system. Write posts in the content/ directory or publish via /admin.

Code Blocks

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("World"));

Image layouts

Centered in the reading column:

Centered example
Centered inside the reading measure

Full-bleed across the content pane:

Full-bleed example

Side-by-side pair that spills past the column:

Left image
Right image

Formatting

You can use italic, bold, and inline code. Links work too: daniilo.dev.

Blockquotes are supported for callouts and quotes.