Complete Markdown Typography Guide
A comprehensive guide to all markdown typography features and formatting options.
This guide demonstrates all possible markdown typography features and formatting options available in modern markdown processors.
Headings
Heading 1 (H1)
Heading 2 (H2)
Heading 3 (H3)
Heading 4 (H4)
Heading 5 (H5)
Heading 6 (H6)
Text Formatting
Basic Formatting
Bold text makes important information stand out.
Italic text adds emphasis to specific words.
Bold and italic combines both styles for maximum impact.
Strikethrough text shows deleted or deprecated content.
Inline Code
Use inline code for short code snippets, file names, or technical terms.
Emphasis Levels
Light emphasis for subtle notes. Strong emphasis for important points. Very strong emphasis for critical information.
Lists
Unordered Lists
- Simple bullet point
- Another item
- Nested bullet point
- Another nested item
- Deeply nested item
- Back to main level
Ordered Lists
- First item
- Second item
- Third item
- Nested ordered item
- Another nested item
- Back to main level
Mixed Lists
- Ordered item
- Unordered sub-item
- Another sub-item
- Another ordered item
- More sub-items
- Deeply nested
- Another deep item
- More sub-items
Task Lists
- Completed task
- Pending task
- Another completed task
- Another pending task
Links and References
Basic Links
Links with Titles
Reference Links
Auto-links
Email Links
Images
Basic Images
Reference Images
Local Images

Code Blocks
Fenced Code Blocks
Indented Code Blocks
Syntax Highlighting
Blockquotes
Simple Blockquotes
This is a simple blockquote. It can span multiple lines.
Nested Blockquotes
First level blockquote
Second level blockquote
Third level blockquote Back to second level Back to first level
Blockquotes with Other Elements
Note: This blockquote contains formatted text.
- It can include lists
- And other markdown elements
Tables
Basic Table
Aligned Table
Complex Table
Horizontal Rules
Escaping Characters
Special Characters
*This is not italic* `This is not code` [This is not a link] # This is not a heading
Backslashes
\italic becomes *italic*
Mathematical Expressions
Inline Math
The quadratic formula is:
Block Math
This mathematical expression is known as the Gaussian integral and forms the foundation of the normal distribution.
A more complex example:
These are Maxwell's equations, which form the foundation of electromagnetism.
Footnotes
Here's a sentence with a footnote1.
Definition Lists
- Term 1
- Definition 1
- Term 2
- Definition 2
- Another definition for term 2
Advanced Features
Collapsible Sections
Click to expand
This content is hidden by default and can be expanded by clicking the summary.
- It can contain any markdown content
- Including lists
- And formatted text
Admonitions
Note: This is a note block with important information.
Warning: This is a warning block for critical information.
Tip: This is a tip block with helpful suggestions.
Best Practices
Typography Principles
- Hierarchy: Use headings to create clear content structure
- Consistency: Maintain consistent formatting throughout
- Readability: Choose fonts and spacing for optimal reading
- Accessibility: Ensure content is accessible to all users
Markdown Guidelines
- Use semantic markup over visual formatting
- Keep line length reasonable (80-120 characters)
- Use descriptive link text
- Include alt text for images
- Test your markdown in different renderers
Conclusion
This comprehensive guide covers all major markdown typography features. Remember that not all markdown processors support every feature, so always test your content in your target environment.
For more information, visit the Markdown Guide.
References
- developer.mozilla.org - MDN Web Docs (web platform reference).
- semver.org - Semantic Versioning specification.
- ietf.org - IETF RFC index (protocol standards).
- arxiv.org - arXiv software engineering recent submissions (research context).
- cheatsheetseries.owasp.org - OWASP Cheat Sheet Series (applied security guidance).
Footnotes
-
This is the footnote content. ↩