stevex.us

Markdown that renders here

Reference · updated 2026-08-16

GitHub-flavored markdown, rendered by marked at build time. This page exists so a CSS change can be eyeballed against every element at once.

#Text

Bold, italic, both, struck, inline code, and a link.

A literal dollar sign — $100 — and a backslash \ render fine, because content is JSON-encoded on the way into the bundle rather than pasted into a template literal.

#Lists

  1. Ordered
  2. Second
  3. Third

#Quote

Cheap to write, cheap to delete. That's the whole point of a playground domain.

#Code

export default {
  async fetch(request) {
    return new Response('ok');
  },
};
npm run deploy

#Table

Column Type Note
slug string Derived from the filename
order number Lower floats up, default 100
index bool Defaults false → noindex

Every ## and ### gets an id — hover one and a # anchor appears to the left.

#A third-level heading

Rendered smaller, still anchored.


Horizontal rule above.