Test Series Overview
Welcome to this multi-part test series! This series demonstrates the subposts functionality and showcases various typography elements.

What This Series Covers
This is a parent post with multiple subposts. The subposts sidebar should appear on the left, showing all parts in the series.
Key Features Demonstrated
- Subpost navigation sidebar - Easy navigation between parts
- Parent/child relationships - Automatic detection based on folder structure
- Typography styling - Headings, paragraphs, lists, and more
Series Structure
The series is organized into three parts:
| Part | Title | Focus |
|---|---|---|
| 1 | Getting Started | Introduction and basics |
| 2 | Advanced Topics | Deeper concepts |
| 3 | Conclusion | Summary and wrap-up |
Note: Click through to each part to see the subpost navigation in action!
Code Example
Here’s a quick code snippet to demonstrate syntax highlighting:
// Example functionfunction greet(name) { console.log(`Hello, ${name}!`); return true;}Ready to dive in? Click on Part 1 in the sidebar to get started!