Typography Showcase
Table of Contents
This post demonstrates all the typography and markdown elements available in the Modus theme. It's designed to showcase the beautiful Modus color palette in action.
Headings
Third Level Heading
This is a paragraph under a third-level heading. The Modus theme uses distinct colors for different heading levels, making your content hierarchy clear and visually appealing.
Fourth Level Heading
Fourth-level headings use yet another color from the Modus palette, ensuring that your document structure is always clear.
Text Formatting
You can use bold text for emphasis, italic text for subtle emphasis, or bold and italic for maximum impact. You can also use inline code to highlight technical terms or code snippets.
Lists
Unordered Lists
- First item in the list
- Second item with some bold text
- Third item with
inline code- Nested item one
- Nested item two
- Deeply nested item
- Fourth item back at the top level
Ordered Lists
- First step in the process
- Second step with some explanation
- Third step with more details
- Sub-step one
- Sub-step two
- Final step
Mixed Lists
- You can mix list types
- Unordered sub-item
- Another unordered sub-item
- Back to ordered list
- More unordered items
Code Blocks
Rust
JavaScript
;
;
Python
"""Generate Fibonacci sequence up to n terms."""
, = 0, 1
, = , +
HTML
Modus Theme
Welcome to Modus
A beautiful Zola theme.
Blockquotes
This is a blockquote. The Modus theme styles blockquotes with a beautiful colored border and subtle background that works perfectly in both light and dark modes.
You can have multiple paragraphs in a blockquote.
Like this second paragraph here. Notice how the styling remains consistent and readable.
Tables
| Feature | Light Mode | Dark Mode | Status |
|---|---|---|---|
| Typography | Excellent | Excellent | ✓ |
| Code Highlighting | Yes | Yes | ✓ |
| Responsive Design | Yes | Yes | ✓ |
| Table Styling | Beautiful | Beautiful | ✓ |
Complex Table
| Language | Difficulty | Use Case | Popularity |
|---|---|---|---|
| Rust | Intermediate | Systems Programming | Rising |
| Python | Beginner | Data Science, Web | Very High |
| JavaScript | Beginner | Web Development | Very High |
| Go | Beginner | Backend Services | High |
Links
You can include internal links or external links in your content. External links are automatically marked with an arrow (↗) indicator.
Visit the Zola documentation to learn more about static site generation.
Horizontal Rule
Inline Elements
Here's a paragraph with various inline elements: bold, italic, code, and a link. You can combine these: bold with italic inside and code with **bold** (though the bold won't show in code).
Edge Cases
Long Code Lines
Nested Lists with Code
- First item with code example:
- Second item with more explanation
- Nested unordered item
- Another nested item with
inline code
- Final item
Summary
The Modus theme provides excellent typography for all standard Markdown elements, with beautiful syntax highlighting and a color palette that works perfectly in both light and dark modes.
Written on