This page is a rendering test for the issue archive. It is not a newsletter issue, it contains no market commentary, and every number below is a placeholder chosen to exercise table alignment.
Heading level two
Body copy sets in Inter at a comfortable measure. This paragraph exists to check line height, colour contrast against the card background, and that the maximum line length stays readable on a wide monitor rather than running the full width of the viewport.
Inline styles worth proving: bold, italic, inline code, and an
internal link alongside an
external one.
Heading level three
Unordered list:
- First item
- Second item, long enough to wrap onto a second line on a narrow viewport so list indentation can be checked against the text block
- Third item
Ordered list:
- First step
- Second step
- Third step
A blockquote. Used for pull quotes and for restating a definition that the surrounding paragraph depends on.
A GFM table with numeric columns — the thing most likely to break on mobile, since it has to scroll inside its own container rather than push the page sideways:
| Column | Placeholder A | Placeholder B |
|---|---|---|
| First row | 1.00 | 2.00 |
| Second row | 3.00 | 4.00 |
| Third row | 5.00 | 6.00 |
A fenced code block:
SELECT slug, issue_date
FROM newsletter_issues
WHERE published_at IS NOT NULL
ORDER BY issue_date DESC;
Last paragraph, to confirm the body ends with correct spacing above the disclosure footer.