Formatting Specimen a compact reference post for the blog's prose system

Formatting Specimen

Normal body text stays plain and readable. Links like joer.ai should read cleanly, inline code like seed_universe_no_cutout() should stay quiet, and highlighted text should remain available without turning the page into a theme park.

Use connective paragraphs for framing, transitions, or a short stage direction before a quote.

"A short quotation should still sit comfortably inside the wider editorial layout without collapsing the line length or losing its attribution."

Placeholder Source, Example Book (2026), p. 1

A simple unordered list:

  • first item
  • second item
  • third item

A simple ordered list:

  1. one step
  2. second step
  3. third step

A small table:

FormatPurpose
body textordinary reading
connectiveframing or transition
attributionsource metadata

A fenced code block:

const accent = '#ff2a00';
const title = 'FORMATTING SPECIMEN';
console.log({ accent, title });

Connection. Use this post as the visual regression canary whenever typography, spacing, or Markdown rendering changes.

Open question: do we eventually want footnotes, sidenotes, or figures, or is the right move to keep the format ruthlessly simple?