Markdown

juin 2025
A screenshot of the Kirby CMS panel

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:

  1. Pre-production
    1. Location scouting
    2. Equipment check
  2. Production
    3. Shooting
    4. Logging
  3. 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.


  1. This is the first footnote. 

  2. This is the second footnote with multiple paragraphs and a lot more text to see how the line heights are doing. We need some space between subsequent footnotes for readability.

    Indent the second paragraph to include it in the footnote. 

  3. And the third footnote