Testing a Writing Page

This is a temporary article for testing the writing layout.

The goal is to see how paragraphs, links, lists, and code blocks feel before publishing real writing.

What this should test

const status = "temporary";

function publish(title: string) {
  return title.toLowerCase().replaceAll(" ", "-");
}

This page can be replaced once the first real essay is ready.