Testing the blog pipeline. If you’re reading this on the live site, markdown → Jekyll → GitHub Pages is working end-to-end.

A quick list, since lists render differently across Markdown flavors:

  • item one
  • item two
  • item three

And a code block:

def hello():
    return "world"

That’s it.