This is the simple paragraph
A second para
my strong title with custom htmlHeading 2
Heading 1
Heading 3
Heading Level 2
This is the main post title used to test typography, spacing, and color contrast in dark mode.
Heading Level 3
This section tests sub-headings and hierarchy.
Heading Level 4
Used for subsection titles.
Heading Level 5
Smaller headings still need good contrast.
Heading Level 6
Very small headings are often missed in dark mode.
Paragraph Text
This is a regular paragraph with normal body text. Dark mode should maintain good readability, line height, and contrast without causing eye strain.
Here is a paragraph with bold text, italic text, bold + italic, strikethrough, and inline code elements.
Links
- Internal Link Example
- External Link Example
- <a href=”#”>HTML Anchor Link</a>
Make sure visited, hover, and active states are clearly visible in dark mode.
Lists
Unordered List
- Item one
- Item two
- Nested item
- Nested item
- Item three
Ordered List
- First item
- Second item
- Third item
Blockquote
“This is a blockquote used to test background, border, and text color in dark mode.
Quotes often look broken if not styled properly.”
Code Block
<?php
function hello_dark_mode() {
return "Testing dark mode code block";
}
Make sure:
- Background isn’t too bright
- Text is readable
- Syntax highlighting still works
Table
| Feature | Light Mode | Dark Mode |
|---|---|---|
| Text contrast | Good | Needs testing |
| Borders | Visible | Sometimes lost |
| Background | Light | Dark |
Tables are one of the most common dark-mode problem areas.