Essentials
Audit Test Page
A comprehensive page that exercises every visual element for theme comparison.
Typography
This paragraph tests body text rendering. It contains inline code for testing code styling, bold text for emphasis, and italic text for variety. Here is a link to another page to test link styling.
Subsection heading
Content under an h3 heading to verify heading hierarchy and TOC indentation.
Sub-subsection heading
Content under an h4 heading for deeper nesting.
Lists
Unordered list
- First item in the list
- Second item with more text
- Third item to verify spacing
Ordered list
- Step one of the process
- Step two continues here
- Step three wraps it up
Tables
| Column A | Column B | Column C |
|---|---|---|
| Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
| Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
| Row 3, Cell 1 | Row 3, Cell 2 | Row 3, Cell 3 |
Code Blocks
Basic code block
def greet(name):
return f"Hello, {name}!"
print(greet("world"))
Code block with title
const express = require('express');
const app = express();
app.get('/', (req, res) => {
res.send('Hello World');
});
app.listen(3000);
Blockquotes
This is a blockquote that tests border styling, padding, and text color rendering.
Callouts
This is a note callout for testing admonition rendering and spacing.
This suggests a helpful tip.
This draws attention to important information.
This raises a warning to watch out for.
This is a danger callout.
Final Section
This final section ensures pagination links appear at the bottom of the page. The horizontal rule above tests hr styling.