The Everything Test Page

One page that exercises every formatting feature the CMS supports, all at once.

This is a test page. It is intentionally dense: it puts every supported block and inline style on a single screen so we can check spacing, color, and behaviour in light and dark themes. Read it like a checklist, not an article. Here is a safe external link and an internal link.

A page like this is boring to read but priceless to maintain. If something looks off here, it looks off everywhere.


Inline styles

You can mix bold, italic, and inline code in one line. Brand logos sit on the baseline too: ship it through App Store, mirror the repo on GitHub, and announce it on Telegram.

Highlights come in five semantic colors: a key thought, a clarification, a good solution, bureaucratic wording, and an outright error.

Colored underlines are the quieter accent: caution, reference, confirmed, nuance, and danger.

Smaller subsection

Headings nest with ## and ###. Each rendered heading gets a stable hash link, so you can deep-link straight to this subsection.

Lists

Unordered list:

Checklist:

Alignment

A short centered line, good for a caption or a pull quote.

— signed, the formatting test

Callouts

Collapsible block

How the deploy works

The site is pushed over rsync with --checksum, the server reinstalls production dependencies, restarts, and a health check confirms /health responds. Article data and uploads live outside the deploy path so a push never touches them.

Code block

js
function greet(name) {
  const message = `Hello, ${name}!`;
  console.log(message);
  return message;
}

greet("5926");

Table

SignalWhat to checkHow to fix
Long paragraphMore than one ideaSplit it in two
Passive voiceUnclear actorName who acts
Mystery jargonReader can't decodeDefine or replace

A single image

A quiet landscape used as a layout fixture
One image, with a caption below it.

That is the whole toolbox on one page. If every block above looks right, the renderer is in good shape.

Wrap-up

If this page renders cleanly in both themes and on mobile, the formatting layer is healthy.