Skip to main content

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

  1. Step one of the process
  2. Step two continues here
  3. Step three wraps it up

Tables

Column AColumn BColumn C
Row 1, Cell 1Row 1, Cell 2Row 1, Cell 3
Row 2, Cell 1Row 2, Cell 2Row 2, Cell 3
Row 3, Cell 1Row 3, Cell 2Row 3, Cell 3

Code Blocks

Basic code block

def greet(name):
return f"Hello, {name}!"

print(greet("world"))

Code block with title

app.js
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

note

This is a note callout for testing admonition rendering and spacing.

tip

This suggests a helpful tip.

info

This draws attention to important information.

warning

This raises a warning to watch out for.

danger

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.