Markdown

Markdown Typography Test Page
This page demonstrates various Markdown formatting options available in the original Markdown specification. It serves as both a test page and a reference.
Text Formatting
Here’s a paragraph with bold text, italicized text, and bold italic text. You can also use inline code
for technical terms1.
Regular text can include links to external sites or internal pages.
Lists and Indentation
Unordered list:
- Photography equipment
- Cameras
- Lenses
- Tripods stabilize your vision, bridging creativity and clarity—essential for capturing fleeting moments with precision and confidence.
- Digital tools
- Image editing software
- Storage solutions
Ordered list:
- Pre-production
- Location scouting
- Equipment check
- Production
3. Shooting
4. Logging - Post-production
Block Elements
This is a blockquote. It can contain multiple paragraphs and other elements.
Second paragraph in the blockquote.
- With a list item
- And another one
Code block:
<?php
$page = $site->find('photography');
if($page) {
echo $page->title();
}
?>
Tables
Feature | Status | Notes |
---|---|---|
Typography | Done | Using Fira Sans |
Layout | WIP | Grid system pending |
Colors | Done | From design specs |
Extended Elements
Here’s a horizontal rule:
And here are some footnotes2 in text. You can have multiple footnotes in your document. In French, they always come before punctuation3.
Final Notes
This document serves as a comprehensive test of Markdown formatting. When styled properly, it should maintain clear visual hierarchy and readability across all device sizes.