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:
- One idea per bullet
- Keep items parallel in structure
- Avoid burying a second thought inside a bullet
Checklist:
- Clear topic
- Useful to the reader
- One more example still needed
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
function greet(name) {
const message = `Hello, ${name}!`;
console.log(message);
return message;
}
greet("5926");Table
| Signal | What to check | How to fix |
|---|---|---|
| Long paragraph | More than one idea | Split it in two |
| Passive voice | Unclear actor | Name who acts |
| Mystery jargon | Reader can't decode | Define or replace |
A single image

A gallery
Swipe or use the arrows.
Captions update per slide.
The frame stays put while images move.
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.