Example Post (delete me)

This is a sample paragraph with an inline link to show how links render inside a post.

A subheading

Posts are plain Markdown files in _posts/, named YYYY-MM-DD-title.md. The date in the filename controls sort order and the date shown here.

function greet(name) {
  return `hello, ${name}`;
}

Regular paragraphs continue normally after a code block.