This post is a visual test for Markdown styles across the site.
Heading 1
Heading 2
Heading 3
Heading 4
Paragraph text with bold, italic, bold italic, strikethrough, inline code, and a standard link.
You can also include autolinks: https://example.com.
This is a blockquote.
It includes multiple lines.
And a nested blockquote.
Short quote.
This is a medium-length blockquote that spans enough words to show line wrapping and spacing.
This is a longer blockquote example intended to test how multi-line content feels with the vertical border treatment, line height, and paragraph rhythm in the current theme.
It includes a second paragraph to confirm spacing between quoted paragraphs and to make sure the left border still reads clearly when the quote is longer than a single block.
“Simplicity is prerequisite for reliability.”
Lists
Unordered:
- First item
- Second item
- Third item
Ordered:
- First step
- Second step
- Third step
Nested:
- Parent item
- Child item A
- Child item B
Code
Inline command: npm run build
function greet(name) {
return `Hello, ${name}`;
}
console.log(greet("Will"));
# shell example
npm install
npm run start
Horizontal Rule
Table
| Feature | Example | Notes |
|---|---|---|
| Bold | **text** |
Strong emphasis |
| Italic | *text* |
Soft emphasis |
| Code | `text` |
Inline technical terms |
Image
Mixed Content
-
A numbered list item with a paragraph.
Additional paragraph under the same list item for spacing checks.
-
A numbered list item with code:
{ "status": "ok", "count": 3 }
Simple HTML in Markdown
Toggle details block
This is raw HTML embedded in Markdown content.
Final Paragraph
If this post looks good, your typography and spacing should be in solid shape.